mirror of
https://github.com/ankitects/anki.git
synced 2026-01-19 17:29:01 -05:00
Add min-width to QPushButton stylesheet (#2115)
to improve look on windows systems
This commit is contained in:
parent
1098771f9f
commit
74fc0d90fa
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