You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Add new editor and default theme (WIP)
This commit is contained in:
committed by
Rémi Verschelde
parent
5993a5fac9
commit
f045efe007
@@ -150,10 +150,11 @@ void FileSystemDock::_notification(int p_what) {
|
||||
}
|
||||
button_display_mode->connect("pressed", this, "_change_file_display");
|
||||
//file_options->set_icon( get_icon("Tools","EditorIcons"));
|
||||
|
||||
files->connect("item_activated", this, "_select_file");
|
||||
button_hist_next->connect("pressed", this, "_fw_history");
|
||||
button_hist_prev->connect("pressed", this, "_bw_history");
|
||||
search_icon->set_texture(get_icon("Zoom", "EditorIcons"));
|
||||
search_icon->set_texture(get_icon("Search", "EditorIcons"));
|
||||
|
||||
button_hist_next->set_icon(get_icon("Forward", "EditorIcons"));
|
||||
button_hist_prev->set_icon(get_icon("Back", "EditorIcons"));
|
||||
@@ -1659,8 +1660,6 @@ FileSystemDock::FileSystemDock(EditorNode *p_editor) {
|
||||
button_reload->set_tooltip(TTR("Re-Scan Filesystem"));
|
||||
button_reload->hide();
|
||||
|
||||
//toolbar_hbc->add_spacer();
|
||||
|
||||
button_favorite = memnew(Button);
|
||||
button_favorite->set_flat(true);
|
||||
button_favorite->set_toggle_mode(true);
|
||||
|
||||
Reference in New Issue
Block a user