Small fixes in some editor dialogs

This commit is contained in:
Franklin Sobrinho 2015-10-18 13:31:44 -03:00
parent 6637a86518
commit abde648e68
6 changed files with 65 additions and 79 deletions

View file

@ -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 );