prettier connections for graph edit

This commit is contained in:
Juan Linietsky
2016-08-23 10:15:47 -03:00
parent cbbcf72703
commit 231c72b5eb
6 changed files with 139 additions and 54 deletions
@@ -930,6 +930,8 @@ void fill_default_theme(Ref<Theme>& t,const Ref<Font> & default_font,const Ref<F
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) );
t->set_constant("bezier_len_pos","GraphEdit", 80*scale );
t->set_constant("bezier_len_neg","GraphEdit", 160*scale );