diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2015-12-29 12:09:41 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2015-12-29 12:09:41 +0100 |
commit | 563c761c8cf24281bc74b05f0c2318596d08938a (patch) | |
tree | 9e8cf554c62c9e2678444d026db17cee09adc3cc /scene/resources/default_theme/default_theme.cpp | |
parent | 30c12297dc6df7d35df140475c0cec7308aea77a (diff) | |
download | redot-engine-563c761c8cf24281bc74b05f0c2318596d08938a.tar.gz |
Add tab close icon to the default theme
Diffstat (limited to 'scene/resources/default_theme/default_theme.cpp')
-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 e642efebb6..ce3c3c2f26 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -717,6 +717,7 @@ void make_default_theme() { t->set_icon("increment_hilite","Tabs",make_icon( scroll_button_right_hl_png)); t->set_icon("decrement","Tabs",make_icon( scroll_button_left_png)); t->set_icon("decrement_hilite","Tabs",make_icon( scroll_button_left_hl_png)); + t->set_icon("close","Tabs",make_icon( tab_close_png)); t->set_font("font","Tabs", default_font ); |