diff --git a/qt/aqt/stylesheets.py b/qt/aqt/stylesheets.py index 75acbbca2..6dae425e7 100644 --- a/qt/aqt/stylesheets.py +++ b/qt/aqt/stylesheets.py @@ -63,6 +63,9 @@ QToolTip {{ def button_styles(tm: ThemeManager) -> str: return f""" +QPushButton {{ + min-width: 75px; +}} QPushButton, QTabBar::tab:!selected, QComboBox:!editable {{