Try to fix 1204
This commit is contained in:
parent
27f196be59
commit
2efc8c705e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ sub update_optgroup {
|
||||||
full_labels => 1,
|
full_labels => 1,
|
||||||
label_font => $Slic3r::GUI::small_font,
|
label_font => $Slic3r::GUI::small_font,
|
||||||
sidetext_font => $Slic3r::GUI::small_font,
|
sidetext_font => $Slic3r::GUI::small_font,
|
||||||
label_width => 120,
|
label_width => 150,
|
||||||
on_change => sub { $self->{on_change}->() if $self->{on_change} },
|
on_change => sub { $self->{on_change}->() if $self->{on_change} },
|
||||||
extra_column => sub {
|
extra_column => sub {
|
||||||
my ($line) = @_;
|
my ($line) = @_;
|
||||||
|
|
Loading…
Reference in a new issue