mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add min-width to QPushButton stylesheet (#2115)
to improve look on windows systems
This commit is contained in:
parent
b97fabb677
commit
df03c172db
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ QToolTip {{
|
||||||
|
|
||||||
def button_styles(tm: ThemeManager) -> str:
|
def button_styles(tm: ThemeManager) -> str:
|
||||||
return f"""
|
return f"""
|
||||||
|
QPushButton {{
|
||||||
|
min-width: 75px;
|
||||||
|
}}
|
||||||
QPushButton,
|
QPushButton,
|
||||||
QTabBar::tab:!selected,
|
QTabBar::tab:!selected,
|
||||||
QComboBox:!editable {{
|
QComboBox:!editable {{
|
||||||
|
|
Loading…
Reference in a new issue