UI: Fix menu icons not showing up

The menu icon was set only in the Yami theme.
This commit is contained in:
Clayton Groeneveld
2022-07-14 19:48:53 -04:00
committed by Ryan Foster
parent 56c502b254
commit 9b09ad9a7a
4 changed files with 15 additions and 0 deletions
+4
View File
@@ -379,6 +379,10 @@ QToolButton:pressed {
qproperty-icon: url(./Dark/media-pause.svg);
}
* [themeID="menuIconSmall"] {
qproperty-icon: url(./Dark/dots-vert.svg);
}
/* Tab Widget */
QTabWidget::pane { /* The tab widget frame */
+3
View File
@@ -287,6 +287,9 @@ QToolButton:pressed {
qproperty-icon: url(./Dark/media-pause.svg);
}
* [themeID="menuIconSmall"] {
qproperty-icon: url(./Dark/dots-vert.svg);
}
/* Tab Widget */
+4
View File
@@ -516,6 +516,10 @@ QToolButton:pressed {
qproperty-icon: url(./Dark/media-pause.svg);
}
* [themeID="menuIconSmall"] {
qproperty-icon: url(./Dark/dots-vert.svg);
}
/***********************/
/* --- Combo boxes --- */
/***********************/
+4
View File
@@ -43,6 +43,10 @@
qproperty-icon: url(:/res/images/media-pause.svg);
}
* [themeID="menuIconSmall"] {
qproperty-icon: url(:res/images/dots-vert.svg);
}
MuteCheckBox {
outline: none;
}