Fix AboutDialog showing on startup and kinda broken (picked from 4f8ba5549d78ac3222388ecbe04745786f9a5b89)

This commit is contained in:
Marc Gilleron 2022-01-07 23:49:37 +00:00
parent 2d6803cd59
commit 6211b994c7

View File

@ -103,7 +103,6 @@ VoxelAboutWindow::VoxelAboutWindow() {
set_title(TTR("About Voxel Tools"));
set_resizable(true);
set_custom_minimum_size(Vector2(600, 300) * EDSCALE);
set_visible(true);
VBoxContainer *v_box_container = memnew(VBoxContainer);
v_box_container->set_anchor(MARGIN_RIGHT, 1);