Autosize the main frame to workaround inconsistencies among wxGTK setups
This commit is contained in:
parent
fd88c164d2
commit
42034ecb40
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue