diff options
author | Bartosz Kaszubowski <gosimek@gmail.com> | 2020-01-22 22:36:42 +0100 |
---|---|---|
committer | Bartosz Kaszubowski <gosimek@gmail.com> | 2020-01-22 22:36:42 +0100 |
commit | c7055f3670f48b82e01d11b9ea2abf0117c3dfba (patch) | |
tree | 696731d9e95c6aa6bd05ef98cd95be5c9e81d61f | |
parent | GUI: fix minor issues with dark themes (diff) | |
download | yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.gz yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.bz2 yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.lz yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.xz yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.tar.zst yuzu-c7055f3670f48b82e01d11b9ea2abf0117c3dfba.zip |
-rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 6 |
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 { } QMenu::indicator { - margin: 0 -26px 0 8px; + margin: 0 -26px 0 8px; width: 18px; height: 18px; } @@ -1089,7 +1089,7 @@ QHeaderView::section { color: #eff0f1; padding: 0 5px; border: 1px solid #403F3F; - border-bottom: 0; + border-bottom: 0; border-radius: 0px; text-align: center; } @@ -1110,7 +1110,7 @@ QHeaderView::section::horizontal::only-one { } QHeaderView::section::horizontal::last { - border-right: transparent; + border-right: transparent; } QHeaderView::section:checked { |