mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-20 07:10:35 -04:00
Add purple headers to each mode
This commit is contained in:
parent
eb78b77073
commit
cc7c463e80
7 changed files with 37 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue