UI: Fix menu icons not showing up

The menu icon was set only in the Yami theme.
master
Clayton Groeneveld 2022-07-11 23:45:09 -05:00 committed by Ryan Foster
parent 56c502b254
commit 9b09ad9a7a
4 changed files with 15 additions and 0 deletions

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 */

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 */

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 --- */
/***********************/

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