Merge pull request #6423 from bebae/issue-6143

fixed wrong placement of AcceptDialog Buttons issue-6143
This commit is contained in:
George Marques 2016-09-07 23:47:48 -03:00 committed by GitHub
commit c73bef1562

View file

@ -399,8 +399,6 @@ AcceptDialog::AcceptDialog() {
add_child(label);
hbc = memnew( HBoxContainer );
hbc->set_area_as_parent_rect(margin);
hbc->set_anchor_and_margin(MARGIN_TOP,ANCHOR_END,button_margin);
add_child(hbc);
hbc->add_spacer();