You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #32567 from Calinou/increase-about-dialog-size
Increase the size of the About dialog
This commit is contained in:
@@ -141,7 +141,7 @@ EditorAbout::EditorAbout() {
|
|||||||
hbc->add_child(about_text);
|
hbc->add_child(about_text);
|
||||||
|
|
||||||
TabContainer *tc = memnew(TabContainer);
|
TabContainer *tc = memnew(TabContainer);
|
||||||
tc->set_custom_minimum_size(Size2(630, 240) * EDSCALE);
|
tc->set_custom_minimum_size(Size2(950, 400) * EDSCALE);
|
||||||
tc->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
tc->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||||
vbc->add_child(tc);
|
vbc->add_child(tc);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user