diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-06-13 22:12:53 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-06-13 22:12:53 -0300 |
commit | 9a58960d288b0c68c34f296dd97d0134fa1e5f02 (patch) | |
tree | 7b417d3b99ec4e413fca8f1187bd7417a9482828 /scene/resources/default_theme/default_theme.cpp | |
parent | c845c2a8276c61323416139790962a096a8d956e (diff) |
some editor window changes
-ability to make dock position configurable, and it gets saved
-editor starts maximized default
Diffstat (limited to 'scene/resources/default_theme/default_theme.cpp')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 2267cc9e2f..9a9048e3e5 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -655,6 +655,8 @@ void make_default_theme() { t->set_icon("increment_hilite","TabContainer",make_icon( scroll_button_right_hl_png)); t->set_icon("decrement","TabContainer",make_icon( scroll_button_left_png)); t->set_icon("decrement_hilite","TabContainer",make_icon( scroll_button_left_hl_png)); + t->set_icon("menu","TabContainer",make_icon( tab_menu_png)); + t->set_icon("menu_hilite","TabContainer",make_icon( tab_menu_hl_png)); t->set_font("font","TabContainer", default_font ); |