mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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