Wrap description TextEdit of plugin config dialog
(cherry picked from commit e83c2cd0c3
)
This commit is contained in:
parent
822b3ec0b1
commit
0f780084f9
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ PluginConfigDialog::PluginConfigDialog() {
|
|||
|
||||
desc_edit = memnew(TextEdit);
|
||||
desc_edit->set_custom_minimum_size(Size2(400, 80) * EDSCALE);
|
||||
desc_edit->set_wrap_enabled(true);
|
||||
grid->add_child(desc_edit);
|
||||
|
||||
Label *author_lb = memnew(Label);
|
||||
|
|
Loading…
Reference in a new issue