diff options
| author | Juan Linietsky | 2015-12-26 15:37:00 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-26 15:37:00 -0300 |
| commit | 4dba503fc3bee79ceedd69738c02f2fcf5cad27f (patch) | |
| tree | e545d4db4a38ac57f7933a15c7121864ca902f9f /scene/resources/default_theme/default_theme.cpp | |
| parent | 6387a8e01f6cd2f2417d030c0874600cba0b3a88 (diff) | |
| parent | 84c5585afee3ae8605620538e02887b38ef2bc8e (diff) | |
| download | godot-4dba503fc3bee79ceedd69738c02f2fcf5cad27f.tar.gz godot-4dba503fc3bee79ceedd69738c02f2fcf5cad27f.tar.zst godot-4dba503fc3bee79ceedd69738c02f2fcf5cad27f.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 68033b668..e642efebb 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 |
