Skip to content

Commit

Permalink
Merge pull request #52690 from nsrCodes/batch-rename-preview-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Jan 20, 2022
2 parents 8808552 + 0b55eed commit 8bb98ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/rename_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor, UndoRedo *p_und
vbc->add_child(lbl_preview_title);

lbl_preview = memnew(Label);
lbl_preview->set_autowrap_mode(Label::AUTOWRAP_WORD_SMART);
vbc->add_child(lbl_preview);

// ---- Dialog related
Expand Down

0 comments on commit 8bb98ad

Please sign in to comment.