diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-03-06 07:33:49 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-03-06 07:33:49 +0000 |
| commit | 49158cc86d8103b9b5a9e93ec54462260505f0cb (patch) | |
| tree | 31a2793b2a63528619d9c8af17f7803505822f8b /src/widgets/dash-selector.cpp | |
| parent | generate flash helper path in node tool for all shapes and simple text objects (diff) | |
| download | inkscape-49158cc86d8103b9b5a9e93ec54462260505f0cb.tar.gz inkscape-49158cc86d8103b9b5a9e93ec54462260505f0cb.zip | |
Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.
(bzr r7429)
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")); |
