Преглед изворни кода

tools: only use icons actually included in -symbolic theme

Daniele Bartolini пре 5 година
родитељ
комит
eef29e10c1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/level_editor/project_browser.vala

+ 1 - 1
tools/level_editor/project_browser.vala

@@ -114,7 +114,7 @@ namespace Crown
 				else if ((string)type == "physics_config")
 					cell.set_property("icon-name", "text-x-generic-symbolic");
 				else if ((string)type == "lua")
-					cell.set_property("icon-name", "text-x-script-symbolic");
+					cell.set_property("icon-name", "x-office-document-symbolic");
 				else if ((string)type == "shader")
 					cell.set_property("icon-name", "text-x-script-symbolic");
 				else if ((string)type == "sound")