mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Added button for toolpaths preview
This commit is contained in:
@@ -55,7 +55,7 @@ sub new {
|
||||
$sizer->SetSizeHints($self);
|
||||
$self->SetSizer($sizer);
|
||||
$self->Fit;
|
||||
$self->SetMinSize([760, 470]);
|
||||
$self->SetMinSize([760, 490]);
|
||||
$self->SetSize($self->GetMinSize);
|
||||
$self->Show;
|
||||
$self->Layout;
|
||||
|
||||
Reference in New Issue
Block a user