1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Autosize the main frame to workaround inconsistencies among wxGTK setups

This commit is contained in:
Alessandro Ranellucci
2012-07-18 11:54:26 +02:00
parent fd88c164d2
commit 42034ecb40
+1
View File
@@ -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;