mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
GUI fixes for Windows
This commit is contained in:
parent
f2f9178e07
commit
558e86e72d
3 changed files with 10 additions and 3 deletions
|
@ -25,10 +25,14 @@ sub OnInit {
|
|||
|
||||
my $panel = Slic3r::GUI::SkeinPanel->new($frame);
|
||||
my $box = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$box->Add($panel, 0, wxALL, 20);
|
||||
$box->Add($panel, 0);
|
||||
|
||||
$frame->SetSizerAndFit($box);
|
||||
$box->SetSizeHints($frame);
|
||||
$frame->SetSizer($box);
|
||||
$frame->Show;
|
||||
$frame->Layout;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
sub About {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue