Added the smart word wrap property to preview label
This commit is contained in:
parent
f9c6dc1d9d
commit
0b55eedc52
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,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
|
||||
|
|
Loading…
Reference in a new issue