Small fixes in some editor dialogs
This commit is contained in:
parent
6637a86518
commit
abde648e68
6 changed files with 65 additions and 79 deletions
|
|
@ -1279,6 +1279,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
|||
add_child(file);
|
||||
|
||||
name_dialog = memnew( ConfirmationDialog );
|
||||
name_dialog->set_title("Create New Animation");
|
||||
name_dialog->set_hide_on_ok(false);
|
||||
add_child(name_dialog);
|
||||
name = memnew( LineEdit );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue