diff options
| author | Ignacio Etcheverry | 2015-12-26 17:55:48 +0100 |
|---|---|---|
| committer | Ignacio Etcheverry | 2015-12-26 19:15:22 +0100 |
| commit | 84c5585afee3ae8605620538e02887b38ef2bc8e (patch) | |
| tree | cbf71ae97828118b3b56c23677a7d8d92a9c9ae7 /scene/resources/default_theme/default_theme.cpp | |
| parent | 1bc91848e3cee91eccaf2150a74deaf1cd84be13 (diff) | |
| download | godot-84c5585afee3ae8605620538e02887b38ef2bc8e.tar.gz godot-84c5585afee3ae8605620538e02887b38ef2bc8e.tar.zst godot-84c5585afee3ae8605620538e02887b38ef2bc8e.zip | |
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 33e1eb338..7c43b66af 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 |
