1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Added reload icon to FileDialog's default theme

This commit is contained in:
Ignacio Etcheverry
2015-12-26 17:55:48 +01:00
parent 1bc91848e3
commit 84c5585afe
4 changed files with 11 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ void FileDialog::_notification(int p_what) {
if (p_what==NOTIFICATION_ENTER_TREE) {
refresh->set_icon(get_icon("Reload","EditorIcons"));
refresh->set_icon(get_icon("reload"));
}
if (p_what==NOTIFICATION_DRAW) {