Add min-width to QPushButton stylesheet (#2115)

to improve look on windows systems
This commit is contained in:
Matthias Metelka 2022-10-10 05:50:24 +02:00 committed by GitHub
parent 1098771f9f
commit 74fc0d90fa

View file

@ -63,6 +63,9 @@ QToolTip {{
def button_styles(tm: ThemeManager) -> str:
return f"""
QPushButton {{
min-width: 75px;
}}
QPushButton,
QTabBar::tab:!selected,
QComboBox:!editable {{