Make mirror button in Template Manager use the lighter version of its icon
This commit is contained in:
parent
f8b8ef656c
commit
da265c6ceb
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ void ExportTemplateManager::_notification(int p_what) {
|
||||||
current_missing_label->add_color_override("font_color", get_color("error_color", "Editor"));
|
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"));
|
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;
|
} break;
|
||||||
|
|
||||||
case NOTIFICATION_VISIBILITY_CHANGED: {
|
case NOTIFICATION_VISIBILITY_CHANGED: {
|
||||||
|
|
Loading…
Reference in a new issue