mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +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;
|
$event->Skip;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$frame->Fit;
|
||||||
$frame->SetMinSize($frame->GetSize);
|
$frame->SetMinSize($frame->GetSize);
|
||||||
$frame->Show;
|
$frame->Show;
|
||||||
$frame->Layout;
|
$frame->Layout;
|
||||||
|
|||||||
Reference in New Issue
Block a user