summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme/default_theme.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2017-12-02 01:21:45 -0200
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2017-12-02 04:30:20 -0200
commit6b07e8c6241d71040ec423056147922170ba76d9 (patch)
tree53ceccbde35b506d2864ca522bf2989df7178de8 /scene/resources/default_theme/default_theme.cpp
parentabdcf2c02456619fd8aa65aa95da76046369b642 (diff)
downloadredot-engine-6b07e8c6241d71040ec423056147922170ba76d9.tar.gz
Fixed FileDialog's "parent folder" button not having a texture.
Diffstat (limited to 'scene/resources/default_theme/default_theme.cpp')
-rw-r--r--scene/resources/default_theme/default_theme.cpp1
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 36988e0c4c..c5feecd7c4 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -556,6 +556,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
// File Dialog
theme->set_icon("reload", "FileDialog", make_icon(icon_reload_png));
+ theme->set_icon("parent_folder", "FileDialog", make_icon(icon_parent_folder_png));
// Popup