summaryrefslogtreecommitdiff
path: root/dist/qt_themes/default/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'dist/qt_themes/default/style.qss')
-rw-r--r--dist/qt_themes/default/style.qss14
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 @@
1QAbstractSpinBox {
2 min-height: 19px;
3}
4
1QPushButton#TogglableStatusBarButton { 5QPushButton#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
37QPushButton#buttonRefreshDevices { 41QPushButton#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
44QWidget#bottomPerGameInput, 48QWidget#bottomPerGameInput,
@@ -71,7 +75,7 @@ QWidget#middleControllerApplet {
71 75
72QWidget#topPerGameInput QComboBox, 76QWidget#topPerGameInput QComboBox,
73QWidget#middleControllerApplet QComboBox { 77QWidget#middleControllerApplet QComboBox {
74 width: 123px; 78 width: 120px;
75} 79}
76 80
77QWidget#connectedControllers { 81QWidget#connectedControllers {