diff options
author | Juan Linietsky <red@kyoko> | 2015-06-16 16:39:20 -0300 |
---|---|---|
committer | Juan Linietsky <red@kyoko> | 2015-06-16 16:39:20 -0300 |
commit | 37af8b413674936518a2ebe180f9e7bfcd5795bb (patch) | |
tree | da6993ed2cd087d93392c2c5542a70a078716fd2 /scene/resources/default_theme/default_theme.cpp | |
parent | 669f5c994b5fe9fb870eae5db86b231202361617 (diff) | |
parent | f2a29aadc620c2296e08ca20e926b54191c37540 (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
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 ); |