You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Some fixes and improvements.
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
This commit is contained in:
@@ -703,9 +703,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
||||
internal = memnew(CheckButton);
|
||||
internal->connect("pressed", this, "_built_in_pressed");
|
||||
hb = memnew(HBoxContainer);
|
||||
Control *empty = memnew(Control);
|
||||
hb->add_child(internal);
|
||||
hb->add_child(empty);
|
||||
l = memnew(Label);
|
||||
l->set_text(TTR("Built-in Script"));
|
||||
l->set_align(Label::ALIGN_RIGHT);
|
||||
|
||||
Reference in New Issue
Block a user