We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c046e + 7fb4ada commit e93b817Copy full SHA for e93b817
1 file changed
share/shutter/resources/modules/Shutter/Draw/DrawingTool.pm
@@ -550,7 +550,7 @@ sub setup_bottom_hbox {
550
551
#line_width
552
my $linew_label = Gtk3::Label->new($self->{_d}->get("Line width") . ":");
553
- $self->{_line_spin_w} = Gtk3::SpinButton->new_with_range(0.5, 20, 0.1);
+ $self->{_line_spin_w} = Gtk3::SpinButton->new_with_range(0.5, 300, 0.1);
554
$self->{_line_spin_w}->set_value($self->{_line_width});
555
556
$linew_label->set_tooltip_text($self->{_d}->get("Adjust line width"));
0 commit comments