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 b97fabb677
commit df03c172db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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