You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Several ui improvements (mostly margins)
Improved colors Added some missing icons
This commit is contained in:
@@ -1737,7 +1737,6 @@ FileSystemDock::FileSystemDock(EditorNode *p_editor) {
|
||||
file_list_vb->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
path_hb = memnew(HBoxContainer);
|
||||
path_hb->add_child(memnew(Control));
|
||||
file_list_vb->add_child(path_hb);
|
||||
|
||||
button_back = memnew(ToolButton);
|
||||
|
||||
Reference in New Issue
Block a user