mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 06:49:05 +08:00
Make the wizard a tiny bit wider to fit the gcode_flavor drop-down under OS X.
This commit is contained in:
parent
ed89038f0b
commit
c1e2bc5bd7
@ -179,7 +179,7 @@ sub new {
|
|||||||
$sizer->Add($self->{index}, 1, wxEXPAND | wxTOP | wxRIGHT, 10);
|
$sizer->Add($self->{index}, 1, wxEXPAND | wxTOP | wxRIGHT, 10);
|
||||||
|
|
||||||
# contents
|
# contents
|
||||||
$self->{width} = 400;
|
$self->{width} = 430;
|
||||||
$self->{vsizer} = Wx::BoxSizer->new(wxVERTICAL);
|
$self->{vsizer} = Wx::BoxSizer->new(wxVERTICAL);
|
||||||
$sizer->Add($self->{vsizer}, 1);
|
$sizer->Add($self->{vsizer}, 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user