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 6bb21b0687
commit 970a257792
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;