Tabs start out with new tab options, and remove the mode switcher from tabs

This commit is contained in:
Micah Lee 2019-10-26 21:56:57 -07:00
parent ed25b44e84
commit 6190de5c53
4 changed files with 113 additions and 119 deletions

View file

@ -100,7 +100,7 @@ class MainWindow(QtWidgets.QMainWindow):
# Start with one tab
self.tab = Tab(self.common, self.system_tray, self.status_bar, filenames)
self.tabs.addTab(self.tab, "Tab 1")
self.tabs.addTab(self.tab, "New Tab")
# Layout
layout = QtWidgets.QVBoxLayout()