summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorYuri Rubinsky <chaosus89@gmail.com>2022-05-30 19:05:36 +0300
committerGitHub <noreply@github.com>2022-05-30 19:05:36 +0300
commit3df8296d8d6b77db8d6477a5df4d9a818a356310 (patch)
treef83da9ff124d39f4f716682329cb0e7cb8b15073 /scene/resources
parent3ed2a0428c7341afae9a35f2b2786fe4a06ad306 (diff)
parent70c234f3e3b7e673df5dd2528782e32ef14f1c31 (diff)
Merge pull request #61541 from Geometror/graphedit-connections-improvements
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/default_theme/default_theme.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index 6b720ecd39..5fcaf8f2c4 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -1004,8 +1004,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_color("selection_fill", "GraphEdit", Color(1, 1, 1, 0.3));
theme->set_color("selection_stroke", "GraphEdit", Color(1, 1, 1, 0.8));
theme->set_color("activity", "GraphEdit", Color(1, 1, 1));
- theme->set_constant("bezier_len_pos", "GraphEdit", 80 * scale);
- theme->set_constant("bezier_len_neg", "GraphEdit", 160 * scale);
// Visual Node Ports