1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Make the wizard a tiny bit wider to fit the gcode_flavor drop-down under OS X.

This commit is contained in:
Henrik Brix Andersen
2012-08-02 23:08:40 +02:00
parent ed89038f0b
commit c1e2bc5bd7
+1 -1
View File
@@ -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);