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 6449e5183e
commit 144985b1c1
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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()