Fix AboutDialog showing on startup and kinda broken (picked from 4f8ba5549d78ac3222388ecbe04745786f9a5b89)
This commit is contained in:
parent
2d6803cd59
commit
6211b994c7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user