diff options
author | Christian Kaiser <info@ckaiser.com.ar> | 2024-01-11 17:13:23 -0300 |
---|---|---|
committer | Christian Kaiser <info@ckaiser.com.ar> | 2024-01-11 17:13:23 -0300 |
commit | 1910f91f17d1e0b6339acd172e9f9e7c24b0124b (patch) | |
tree | a9044ea4c3f42395d1df9496af578e6c29a196e4 /editor/editor_autoload_settings.cpp | |
parent | 12ee58d8bc979d7adc1218f5a343787b604cb780 (diff) | |
download | redot-engine-1910f91f17d1e0b6339acd172e9f9e7c24b0124b.tar.gz |
Improve "Add" button consistency in Project Settings
* Adds an icon to all the input-adjacent add/remove buttons
* Adds a separator next to the action map "add" button
* Changes the Shader Globals editor to be consistent with the others
* Adds a clear button to the shader global name input
Diffstat (limited to 'editor/editor_autoload_settings.cpp')
-rw-r--r-- | editor/editor_autoload_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_autoload_settings.cpp b/editor/editor_autoload_settings.cpp index 6a167e4368..45de4a54ae 100644 --- a/editor/editor_autoload_settings.cpp +++ b/editor/editor_autoload_settings.cpp @@ -65,6 +65,7 @@ void EditorAutoloadSettings::_notification(int p_what) { case NOTIFICATION_THEME_CHANGED: { browse_button->set_icon(get_editor_theme_icon(SNAME("Folder"))); + add_autoload->set_icon(get_editor_theme_icon(SNAME("Add"))); } break; case NOTIFICATION_VISIBILITY_CHANGED: { |