diff options
| author | Juan Linietsky | 2015-02-14 12:09:52 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-02-14 12:10:15 -0300 |
| commit | c5f509f238576dba39ffcce74ab2066f24e67b58 (patch) | |
| tree | 888a1bc97d9fdf303a663e626599f74fb268dbff /scene/gui/dialogs.cpp | |
| parent | d0ea4754057663d2caefbabe32421fd597a8a15d (diff) | |
| download | godot-c5f509f238576dba39ffcce74ab2066f24e67b58.tar.gz godot-c5f509f238576dba39ffcce74ab2066f24e67b58.tar.zst godot-c5f509f238576dba39ffcce74ab2066f24e67b58.zip | |
Diffstat (limited to 'scene/gui/dialogs.cpp')
| -rw-r--r-- | scene/gui/dialogs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/dialogs.cpp b/scene/gui/dialogs.cpp index a82cfc7ea..30e0241f2 100644 --- a/scene/gui/dialogs.cpp +++ b/scene/gui/dialogs.cpp @@ -328,8 +328,8 @@ AcceptDialog::AcceptDialog() { label->set_anchor(MARGIN_RIGHT,ANCHOR_END); label->set_anchor(MARGIN_BOTTOM,ANCHOR_END); label->set_begin( Point2( margin, margin) ); - label->set_end( Point2( margin, button_margin) ); - label->set_autowrap(true); + label->set_end( Point2( margin, button_margin+10) ); + //label->set_autowrap(true); add_child(label); hbc = memnew( HBoxContainer ); |
