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
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ sub new {
|
|||
$sizer->Add($self->{index}, 1, wxEXPAND | wxTOP | wxRIGHT, 10);
|
||||
|
||||
# contents
|
||||
$self->{width} = 400;
|
||||
$self->{width} = 430;
|
||||
$self->{vsizer} = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$sizer->Add($self->{vsizer}, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue