Skip to content

Commit

Permalink
slic3r#2305 Autocaclulate WxChoice width instead of using fixed size.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Oct 14, 2018
1 parent 4853c01 commit 4b0caf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/GUI/PresetEditor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub new {
my $left_sizer = Wx::BoxSizer->new(wxVERTICAL);
$self->{sizer}->Add($left_sizer, 0, wxEXPAND | wxLEFT | wxTOP | wxBOTTOM, 3);

my $left_col_width = 150;
my $left_col_width = -1;

# preset chooser
{
Expand Down

0 comments on commit 4b0caf1

Please sign in to comment.