mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 14:52:40 -04:00
Add purple headers to each mode
This commit is contained in:
parent
bbc26473c4
commit
cb83fca6bc
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