You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename internal Button icon to button_icon to match exposed methods
This commit is contained in:
@@ -576,10 +576,10 @@ void ProjectSettingsEditor::_update_action_map_editor() {
|
||||
}
|
||||
|
||||
void ProjectSettingsEditor::_update_theme() {
|
||||
add_button->set_icon(get_editor_theme_icon(SNAME("Add")));
|
||||
del_button->set_icon(get_editor_theme_icon(SNAME("Remove")));
|
||||
add_button->set_button_icon(get_editor_theme_icon(SNAME("Add")));
|
||||
del_button->set_button_icon(get_editor_theme_icon(SNAME("Remove")));
|
||||
search_box->set_right_icon(get_editor_theme_icon(SNAME("Search")));
|
||||
restart_close_button->set_icon(get_editor_theme_icon(SNAME("Close")));
|
||||
restart_close_button->set_button_icon(get_editor_theme_icon(SNAME("Close")));
|
||||
restart_container->add_theme_style_override(SceneStringName(panel), get_theme_stylebox(SceneStringName(panel), SNAME("Tree")));
|
||||
restart_icon->set_texture(get_editor_theme_icon(SNAME("StatusWarning")));
|
||||
restart_label->add_theme_color_override(SceneStringName(font_color), get_theme_color(SNAME("warning_color"), EditorStringName(Editor)));
|
||||
|
||||
Reference in New Issue
Block a user