aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/default_theme.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-02-08 16:28:12 -0300
committerJuan Linietsky2016-02-08 16:28:12 -0300
commit34c022a0a22bccb88a47be7356eec71543f57c89 (patch)
treed0ccb12afe7f3d2693c5624348962ab46ddd81b4 /scene/resources/default_theme/default_theme.cpp
parenta84dfbc46b28da89841aaa94a5057bf3de314622 (diff)
downloadgodot-34c022a0a22bccb88a47be7356eec71543f57c89.tar.gz
godot-34c022a0a22bccb88a47be7356eec71543f57c89.tar.zst
godot-34c022a0a22bccb88a47be7356eec71543f57c89.zip
Diffstat (limited to 'scene/resources/default_theme/default_theme.cpp')
-rw-r--r--scene/resources/default_theme/default_theme.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index 2c22c8145..fb9f66a40 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -884,6 +884,13 @@ void make_default_theme() {
t->set_stylebox("panelf","Panel", tc_sb );
t->set_stylebox("panel","PanelContainer", tc_sb );
+ t->set_icon("minus","GraphEdit", make_icon(icon_zoom_less_png) );
+ t->set_icon("reset","GraphEdit", make_icon(icon_zoom_reset_png) );
+ t->set_icon("more","GraphEdit", make_icon(icon_zoom_more_png) );
+ t->set_stylebox("bg","GraphEdit", make_stylebox( tree_bg_png,4,4,4,5) );
+
+
+
t->set_icon( "logo","Icons", make_icon(logo_png) );