You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -76,7 +76,7 @@ RunSettingsDialog::RunSettingsDialog() {
|
||||
|
||||
VBoxContainer *vbc = memnew( VBoxContainer );
|
||||
add_child(vbc);
|
||||
set_child_rect(vbc);
|
||||
//set_child_rect(vbc);
|
||||
|
||||
run_mode = memnew( OptionButton );
|
||||
vbc->add_margin_child(TTR("Run Mode:"),run_mode);
|
||||
|
||||
Reference in New Issue
Block a user