summaryrefslogtreecommitdiffstats
path: root/dist/qt_themes/default/style.qss
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-09-13 15:25:22 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-11-16 05:33:19 +0100
commit9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b (patch)
treea06ff0991db50b8426bcfbb0e6d4a03a0b7e3fa5 /dist/qt_themes/default/style.qss
parentMerge pull request #4914 from lat9nq/gl-warnings (diff)
downloadyuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.tar
yuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.tar.gz
yuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.tar.bz2
yuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.tar.lz
yuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.tar.xz
yuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.tar.zst
yuzu-9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b.zip
Diffstat (limited to '')
-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 @@
+QAbstractSpinBox {
+ min-height: 19px;
+}
+
QPushButton#TogglableStatusBarButton {
color: #959595;
border: 1px solid transparent;
@@ -35,10 +39,10 @@ QPushButton#RendererStatusBarButton:!checked {
}
QPushButton#buttonRefreshDevices {
- min-width: 20px;
- min-height: 20px;
- max-width: 20px;
- max-height: 20px;
+ min-width: 21px;
+ min-height: 21px;
+ max-width: 21px;
+ max-height: 21px;
}
QWidget#bottomPerGameInput,
@@ -71,7 +75,7 @@ QWidget#middleControllerApplet {
QWidget#topPerGameInput QComboBox,
QWidget#middleControllerApplet QComboBox {
- width: 123px;
+ width: 120px;
}
QWidget#connectedControllers {