mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 16:05:24 -04:00
Make macOS tabs left-aligned, and manually add close button
This commit is contained in:
parent
7688fd5d45
commit
1c8f22f31b
5 changed files with 28 additions and 7 deletions
|
@ -61,6 +61,9 @@ class GuiCommon:
|
|||
|
||||
self.css = {
|
||||
# OnionShareGui styles
|
||||
"tab_widget": """
|
||||
QTabBar::tab { width: 170px; height: 30px; }
|
||||
""",
|
||||
"tab_widget_new_tab_button": """
|
||||
QPushButton {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue