diff options
| -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 { | |||
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | QMenu::indicator { | 200 | QMenu::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 | ||
| 1112 | QHeaderView::section::horizontal::last { | 1112 | QHeaderView::section::horizontal::last { |
| 1113 | border-right: transparent; | 1113 | border-right: transparent; |
| 1114 | } | 1114 | } |
| 1115 | 1115 | ||
| 1116 | QHeaderView::section:checked { | 1116 | QHeaderView::section:checked { |