Browse Source

UI/themes: Add image to QGroupBox checkbox on Yami

gxalpha 3 years ago
parent
commit
64abfca620
1 changed files with 4 additions and 2 deletions
  1. 4 2
      UI/data/themes/Yami.qss

+ 4 - 2
UI/data/themes/Yami.qss

@@ -1041,7 +1041,8 @@ QGroupBox::indicator {
 	margin-left: 2px;
 }
 
-QCheckBox::indicator:unchecked {
+QCheckBox::indicator:unchecked,
+QGroupBox::indicator:unchecked {
 	image: url(./Yami/checkbox_unchecked.svg);
 }
 
@@ -1051,7 +1052,8 @@ QGroupBox::indicator:unchecked:hover {
 	image: url(./Yami/checkbox_unchecked_focus.svg);
 }
 
-QCheckBox::indicator:checked {
+QCheckBox::indicator:checked,
+QGroupBox::indicator:checked {
 	image: url(./Yami/checkbox_checked.svg);
 }