You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Revert "Add new editor and default theme (WIP)"
This reverts commit f045efe007.
This commit is contained in:
@@ -622,7 +622,6 @@ CreateDialog::CreateDialog() {
|
||||
search_box->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
search_hb->add_child(search_box);
|
||||
favorite = memnew(Button);
|
||||
favorite->set_flat(true);
|
||||
favorite->set_toggle_mode(true);
|
||||
search_hb->add_child(favorite);
|
||||
favorite->connect("pressed", this, "_favorite_toggled");
|
||||
|
||||
Reference in New Issue
Block a user