diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-05-11 11:46:08 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-05-11 11:59:03 -0300 |
commit | d7318f69653ca090575d1243256fcafe8d9ca25f (patch) | |
tree | 6de8054581185e42e987c1820bb8284d2519bc07 /scene/resources/default_theme | |
parent | 41db10a8ae6702709343b6b2cd38b0f5497cce38 (diff) |
-begun implementing drag & drop editor wide
-filesystem dock dnd support
-property list dnd support
-scene tree dnd support
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 727c8eee29..ade56c4f49 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -655,6 +655,7 @@ void make_default_theme() { t->set_color("selection_color","Tree", Color(0.1,0.1,1,0.8) ); t->set_color("cursor_color","Tree", Color(0,0,0) ); t->set_color("guide_color","Tree", Color(0,0,0,0.1) ); + t->set_color("drop_position_color","Tree", Color(1,0.3,0.2) ); t->set_constant("hseparation","Tree",4); t->set_constant("vseparation","Tree",4); |