You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add new editor and default theme (WIP)
This commit is contained in:
committed by
Rémi Verschelde
parent
5993a5fac9
commit
f045efe007
@@ -622,6 +622,7 @@ 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