You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #3140 from neikeq/fix_refresh_icon
Add reload icon to FileDialog's default theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user