mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Autosize the main frame to workaround inconsistencies among wxGTK setups
This commit is contained in:
@@ -121,6 +121,7 @@ sub OnInit {
|
||||
$event->Skip;
|
||||
});
|
||||
|
||||
$frame->Fit;
|
||||
$frame->SetMinSize($frame->GetSize);
|
||||
$frame->Show;
|
||||
$frame->Layout;
|
||||
|
||||
Reference in New Issue
Block a user