mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
UI: Fix menu icons not showing up
The menu icon was set only in the Yami theme.
This commit is contained in:
committed by
Ryan Foster
parent
56c502b254
commit
9b09ad9a7a
@@ -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 */
|
||||
|
||||
@@ -287,6 +287,9 @@ QToolButton:pressed {
|
||||
qproperty-icon: url(./Dark/media-pause.svg);
|
||||
}
|
||||
|
||||
* [themeID="menuIconSmall"] {
|
||||
qproperty-icon: url(./Dark/dots-vert.svg);
|
||||
}
|
||||
|
||||
/* Tab Widget */
|
||||
|
||||
|
||||
@@ -516,6 +516,10 @@ QToolButton:pressed {
|
||||
qproperty-icon: url(./Dark/media-pause.svg);
|
||||
}
|
||||
|
||||
* [themeID="menuIconSmall"] {
|
||||
qproperty-icon: url(./Dark/dots-vert.svg);
|
||||
}
|
||||
|
||||
/***********************/
|
||||
/* --- Combo boxes --- */
|
||||
/***********************/
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user