1
0
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:
Rémi Verschelde
2019-10-07 08:26:57 +02:00
committed by GitHub

View File

@@ -141,7 +141,7 @@ EditorAbout::EditorAbout() {
hbc->add_child(about_text);
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);
vbc->add_child(tc);