aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/default_theme.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-08-04 00:05:35 -0300
committerJuan Linietsky2016-08-04 00:05:35 -0300
commit6ed5d48d0c01c551735121915eb006376269c380 (patch)
treef33864bfd32813cc0d5199c5a9c5d0b4533580a5 /scene/resources/default_theme/default_theme.cpp
parentcd25624667fd2b37abfc605edc06b0345798f46e (diff)
downloadgodot-6ed5d48d0c01c551735121915eb006376269c380.tar.gz
godot-6ed5d48d0c01c551735121915eb006376269c380.tar.zst
godot-6ed5d48d0c01c551735121915eb006376269c380.zip
Concluded base visual scripting! can edit but not run though.
Diffstat (limited to 'scene/resources/default_theme/default_theme.cpp')
-rw-r--r--scene/resources/default_theme/default_theme.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index 76ce28e66..30c2262ac 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -921,7 +921,10 @@ void fill_default_theme(Ref<Theme>& t,const Ref<Font> & default_font,const Ref<F
t->set_icon("minus","GraphEdit", make_icon(icon_zoom_less_png) );
t->set_icon("reset","GraphEdit", make_icon(icon_zoom_reset_png) );
t->set_icon("more","GraphEdit", make_icon(icon_zoom_more_png) );
+ t->set_icon("snap","GraphEdit", make_icon(icon_snap_png) );
t->set_stylebox("bg","GraphEdit", make_stylebox( tree_bg_png,4,4,4,5) );
+ t->set_color("grid_minor","GraphEdit", Color(1,1,1,0.05) );
+ t->set_color("grid_major","GraphEdit", Color(1,1,1,0.2) );