mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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