mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 08:36:00 +08:00
Autosize the main frame to workaround inconsistencies among wxGTK setups
This commit is contained in:
parent
fd88c164d2
commit
42034ecb40
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user