Make macOS tabs left-aligned, and manually add close button

This commit is contained in:
Micah Lee 2020-08-20 21:23:05 -07:00
parent 7688fd5d45
commit 1c8f22f31b
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 28 additions and 7 deletions

View file

@ -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;