diff options
| author | reduz <reduzio@gmail.com> | 2015-12-28 01:41:12 -0300 |
|---|---|---|
| committer | reduz <reduzio@gmail.com> | 2015-12-28 01:41:12 -0300 |
| commit | 37cb0faedb0aa314d5e9ca2e4f4b0e268dd3237f (patch) | |
| tree | a3ae4e2672bdb914d45e67d660bc1722f7ab8545 /scene/resources/default_theme/default_theme.cpp | |
| parent | f613d546ed81ce1926c180c4926d30e5c3c05bae (diff) | |
| parent | 4dba503fc3bee79ceedd69738c02f2fcf5cad27f (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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 68033b6682..e642efebb6 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -543,7 +543,11 @@ void make_default_theme() { t->set_constant("close_v_ofs","WindowDialog", 20 ); t->set_constant("titlebar_height","WindowDialog", 18 ); t->set_constant("title_height","WindowDialog", 20 ); - + + + // File Dialog + + t->set_icon("reload","FileDialog",make_icon( icon_reload_png )); // Popup |