Explorar o código

UI: Fix group checkbox icons not working in Dark theme

Clayton Groeneveld %!s(int64=6) %!d(string=hai) anos
pai
achega
2ca71fc9d6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      UI/data/themes/Dark.qss

+ 2 - 2
UI/data/themes/Dark.qss

@@ -637,11 +637,11 @@ SourceTreeSubItemCheckBox::indicator {
 }
 
 SourceTreeSubItemCheckBox::indicator:checked {
-    image: url(./Dark/expand.png);
+    image: url(./Dark/expand.svg);
 }
 
 SourceTreeSubItemCheckBox::indicator:unchecked {
-    image: url(./Dark/collapse.png);
+    image: url(./Dark/down.svg);
 }