Forráskód Böngészése

UI: Add missing refresh icon to acri qss file

jp9000 5 éve
szülő
commit
66863269e8
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      UI/data/themes/Acri.qss

+ 4 - 0
UI/data/themes/Acri.qss

@@ -345,6 +345,10 @@ QToolButton:pressed {
 	qproperty-icon: url(./Dark/settings/general.svg);
 	qproperty-icon: url(./Dark/settings/general.svg);
 }
 }
 
 
+* [themeID="refreshIconSmall"] {
+    qproperty-icon: url(./Dark/refresh.svg);
+}
+
 * [themeID="upArrowIconSmall"] {
 * [themeID="upArrowIconSmall"] {
 	qproperty-icon: url(./Dark/up.svg);
 	qproperty-icon: url(./Dark/up.svg);
 }
 }