Procházet zdrojové kódy

Make mirror button in Template Manager use the lighter version of its icon

Michael Alexsander před 4 roky
rodič
revize
da265c6ceb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      editor/export_template_manager.cpp

+ 1 - 1
editor/export_template_manager.cpp

@@ -756,7 +756,7 @@ void ExportTemplateManager::_notification(int p_what) {
 			current_missing_label->add_color_override("font_color", get_color("error_color", "Editor"));
 			current_installed_label->add_color_override("font_color", get_color("disabled_font_color", "Editor"));
 
-			mirror_options_button->set_icon(get_icon("GuiTabMenu", "EditorIcons"));
+			mirror_options_button->set_icon(get_icon("GuiTabMenuHl", "EditorIcons"));
 		} break;
 
 		case NOTIFICATION_VISIBILITY_CHANGED: {