UI: Force expand.svg in menu arrows

This should fix the inconsistency in macOS.
This commit is contained in:
Georges Basile Stavracas Neto
2022-08-24 05:47:04 -07:00
committed by jp9000
parent bf035f5b67
commit 20892a172d
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -165,6 +165,10 @@ QMenu::item:disabled {
background: transparent;
}
QMenu::right-arrow {
image: url(./Dark/expand.svg);
}
/* Top Menu Bar Items */
QMenuBar::item {
background-color: transparent;
+4
View File
@@ -165,6 +165,10 @@ QMenu::item:disabled {
background: transparent;
}
QMenu::right-arrow {
image: url(./Dark/expand.svg);
}
/* Top Menu Bar Items */
QMenuBar::item {
background-color: transparent;
+4
View File
@@ -165,6 +165,10 @@ QMenu::item:disabled {
background: transparent;
}
QMenu::right-arrow {
image: url(./Light/expand.svg);
}
/* Top Menu Bar Items */
QMenuBar::item {
background-color: transparent;
+4
View File
@@ -167,6 +167,10 @@ QMenu::item:disabled {
background: transparent;
}
QMenu::right-arrow {
image: url(./Dark/expand.svg);
}
/* Top Menu Bar Items */
QMenuBar::item {
background-color: transparent;
+4
View File
@@ -165,6 +165,10 @@ QMenu::item:disabled {
background: transparent;
}
QMenu::right-arrow {
image: url(./Dark/expand.svg);
}
/* Top Menu Bar Items */
QMenuBar::item {
background-color: transparent;