Explorar o código

Merge pull request #1843 from cg2121/fix-group-icons

UI: Fix group checkbox icons not working in Dark theme
Jim %!s(int64=6) %!d(string=hai) anos
pai
achega
7dc9ff0575
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);
 }