summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bartosz Kaszubowski2020-01-22 22:36:42 +0100
committerGravatar Bartosz Kaszubowski2020-01-22 22:36:42 +0100
commitc7055f3670f48b82e01d11b9ea2abf0117c3dfba (patch)
tree696731d9e95c6aa6bd05ef98cd95be5c9e81d61f
parentGUI: fix minor issues with dark themes (diff)
downloadyuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.gz
yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.xz
yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.zip
fix qss stylesheet whitespaces
-rw-r--r--dist/qt_themes/qdarkstyle/style.qss6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss
index 564e13e78..a3983b27e 100644
--- a/dist/qt_themes/qdarkstyle/style.qss
+++ b/dist/qt_themes/qdarkstyle/style.qss
@@ -198,7 +198,7 @@ QMenu::separator {
198} 198}
199 199
200QMenu::indicator { 200QMenu::indicator {
201 margin: 0 -26px 0 8px; 201 margin: 0 -26px 0 8px;
202 width: 18px; 202 width: 18px;
203 height: 18px; 203 height: 18px;
204} 204}
@@ -1089,7 +1089,7 @@ QHeaderView::section {
1089 color: #eff0f1; 1089 color: #eff0f1;
1090 padding: 0 5px; 1090 padding: 0 5px;
1091 border: 1px solid #403F3F; 1091 border: 1px solid #403F3F;
1092 border-bottom: 0; 1092 border-bottom: 0;
1093 border-radius: 0px; 1093 border-radius: 0px;
1094 text-align: center; 1094 text-align: center;
1095} 1095}
@@ -1110,7 +1110,7 @@ QHeaderView::section::horizontal::only-one {
1110} 1110}
1111 1111
1112QHeaderView::section::horizontal::last { 1112QHeaderView::section::horizontal::last {
1113 border-right: transparent; 1113 border-right: transparent;
1114} 1114}
1115 1115
1116QHeaderView::section:checked { 1116QHeaderView::section:checked {