diff options
Diffstat (limited to 'src/widgets/dash-selector.cpp')
| -rw-r--r-- | src/widgets/dash-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dash-selector.cpp b/src/widgets/dash-selector.cpp index 594472f9c..3ac2bd4af 100644 --- a/src/widgets/dash-selector.cpp +++ b/src/widgets/dash-selector.cpp @@ -72,7 +72,7 @@ SPDashSelector::SPDashSelector() { } dash->set_menu(*m); - offset = new Gtk::Adjustment(0.0, 0.0, 10.0, 0.1, 1.0, 1.0); + offset = new Gtk::Adjustment(0.0, 0.0, 10.0, 0.1, 1.0, 0.0); Gtk::SpinButton *sb = new Gtk::SpinButton(*offset, 0.1, 2); tt->set_tip(*sb, _("Pattern offset")); |
