Add purple headers to each mode

This commit is contained in:
Micah Lee 2019-10-27 15:21:46 -07:00
parent eb78b77073
commit cc7c463e80
7 changed files with 37 additions and 17 deletions

View file

@ -47,7 +47,9 @@ class TabWidget(QtWidgets.QTabWidget):
self.new_tab_button.setAutoFillBackground(True)
self.new_tab_button.setFixedSize(30, 30)
self.new_tab_button.clicked.connect(self.new_tab_clicked)
self.new_tab_button.setStyleSheet(self.common.gui.css["tab_bar_new_tab_button"])
self.new_tab_button.setStyleSheet(
self.common.gui.css["tab_widget_new_tab_button"]
)
self.new_tab_button.setToolTip(strings._("gui_new_tab_tooltip"))
# Use a custom tab bar