Browse Source
define min sizes, padding for QComboBox
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2786/head
crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
12 additions and
0 deletions
-
dist/qt_themes/default/style.qss
-
dist/qt_themes/default_dark/style.qss
|
|
|
@ -2,6 +2,12 @@ QAbstractSpinBox { |
|
|
|
min-height: 19px; |
|
|
|
} |
|
|
|
|
|
|
|
QComboBox { |
|
|
|
padding: 0px 4px 0px 4px; |
|
|
|
min-width: 60px; |
|
|
|
min-height: 19px; |
|
|
|
} |
|
|
|
|
|
|
|
QPushButton#TogglableStatusBarButton { |
|
|
|
color: #959595; |
|
|
|
border: 1px solid transparent; |
|
|
|
|
|
|
|
@ -6,6 +6,12 @@ QAbstractSpinBox { |
|
|
|
min-height: 19px; |
|
|
|
} |
|
|
|
|
|
|
|
QComboBox { |
|
|
|
padding: 0px 4px 0px 4px; |
|
|
|
min-width: 60px; |
|
|
|
min-height: 19px; |
|
|
|
} |
|
|
|
|
|
|
|
QPushButton#TogglableStatusBarButton { |
|
|
|
color: #959595; |
|
|
|
border: 1px solid transparent; |
|
|
|
|