diff options
Diffstat (limited to 'dist/qt_themes/default/style.qss')
| -rw-r--r-- | dist/qt_themes/default/style.qss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index b6dd2063d..836dd25ca 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | QAbstractSpinBox { | ||
| 2 | min-height: 19px; | ||
| 3 | } | ||
| 4 | |||
| 1 | QPushButton#TogglableStatusBarButton { | 5 | QPushButton#TogglableStatusBarButton { |
| 2 | color: #959595; | 6 | color: #959595; |
| 3 | border: 1px solid transparent; | 7 | border: 1px solid transparent; |
| @@ -35,10 +39,10 @@ QPushButton#RendererStatusBarButton:!checked { | |||
| 35 | } | 39 | } |
| 36 | 40 | ||
| 37 | QPushButton#buttonRefreshDevices { | 41 | QPushButton#buttonRefreshDevices { |
| 38 | min-width: 20px; | 42 | min-width: 21px; |
| 39 | min-height: 20px; | 43 | min-height: 21px; |
| 40 | max-width: 20px; | 44 | max-width: 21px; |
| 41 | max-height: 20px; | 45 | max-height: 21px; |
| 42 | } | 46 | } |
| 43 | 47 | ||
| 44 | QWidget#bottomPerGameInput, | 48 | QWidget#bottomPerGameInput, |
| @@ -71,7 +75,7 @@ QWidget#middleControllerApplet { | |||
| 71 | 75 | ||
| 72 | QWidget#topPerGameInput QComboBox, | 76 | QWidget#topPerGameInput QComboBox, |
| 73 | QWidget#middleControllerApplet QComboBox { | 77 | QWidget#middleControllerApplet QComboBox { |
| 74 | width: 123px; | 78 | width: 120px; |
| 75 | } | 79 | } |
| 76 | 80 | ||
| 77 | QWidget#connectedControllers { | 81 | QWidget#connectedControllers { |