summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme/default_theme.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-04 10:49:11 +0100
committerGitHub <noreply@github.com>2017-12-04 10:49:11 +0100
commit055c5600c8877ebe44c80fa853cca4b6b553eb0a (patch)
tree632ddd76b32f0979e4746dda38598c92b92c5b24 /scene/resources/default_theme/default_theme.cpp
parenta31735ad3608c9ec3a93db3ba294a7ad096fe453 (diff)
parent6b07e8c6241d71040ec423056147922170ba76d9 (diff)
downloadredot-engine-055c5600c8877ebe44c80fa853cca4b6b553eb0a.tar.gz
Merge pull request #13775 from YeldhamDev/filedialog_icon
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