UI/themes: Add image to QGroupBox checkbox on Yami

This commit is contained in:
gxalpha 2022-07-29 22:13:39 +02:00 committed by Matt Gajownik
parent 5ae7a92101
commit 64abfca620

View File

@ -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);
}