diff options
author | K. S. Ernest (iFire) Lee <fire@users.noreply.github.com> | 2021-08-10 15:42:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 15:42:04 -0400 |
commit | 18bd0fee5a8aa360177cbe14a16d6be69f088d8f (patch) | |
tree | ab5d8b03986758409f1169751d90de79248068e3 /editor/editor_themes.cpp | |
parent | afb40920fe5a0d6c996d5b055f7b6fd59c84ec07 (diff) | |
parent | 12fc3f1eefbe43a17e88f43f805e3c118459b7a8 (diff) |
Merge pull request #49343 from theoway/node_auto_arrangement_graph_edit
Node Auto Arrangement in GraphEdit/VisualScript/VisualShader
Diffstat (limited to 'editor/editor_themes.cpp')
-rw-r--r-- | editor/editor_themes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 08dd37bc73..5adce2951d 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -1232,6 +1232,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) { theme->set_icon("reset", "GraphEdit", theme->get_icon("ZoomReset", "EditorIcons")); theme->set_icon("snap", "GraphEdit", theme->get_icon("SnapGrid", "EditorIcons")); theme->set_icon("minimap", "GraphEdit", theme->get_icon("GridMinimap", "EditorIcons")); + theme->set_icon("layout", "GraphEdit", theme->get_icon("GridLayout", "EditorIcons")); theme->set_constant("bezier_len_pos", "GraphEdit", 80 * EDSCALE); theme->set_constant("bezier_len_neg", "GraphEdit", 160 * EDSCALE); |