summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3192e58)
raw | patch | inline | side by side (parent: 3192e58)
author | joncruz <joncruz@users.sourceforge.net> | |
Fri, 6 Mar 2009 07:33:49 +0000 (07:33 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Fri, 6 Mar 2009 07:33:49 +0000 (07:33 +0000) |
src/widgets/dash-selector.cpp | patch | blob | history | |
src/widgets/stroke-style.cpp | patch | blob | history |
index 594472f9cbce3d11e78a0a276815a0841d34e005..3ac2bd4afefaa9d930c9d146188aa2daaf6e2af0 100644 (file)
}
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"));
index b1678f26631e880368eeff697cd0acdca013e7ee..bd0061796c64cee7d435a101e911550af734a8eb 100644 (file)
// with it, the two remaining calls of stroke_average_width, allowing us to get rid of that
// function in desktop-style.
- a = new Gtk::Adjustment(1.0, 0.0, 1000.0, 0.1, 10.0, 10.0);
+ a = new Gtk::Adjustment(1.0, 0.0, 1000.0, 0.1, 10.0, 0.0);
spw->set_data("width", a);
sb = new Gtk::SpinButton(*a, 0.1, 3);
tt->set_tip(*sb, _("Stroke width"));
hb = spw_hbox(t, 3, 1, i);
- a = new Gtk::Adjustment(4.0, 0.0, 100.0, 0.1, 10.0, 10.0);
+ a = new Gtk::Adjustment(4.0, 0.0, 100.0, 0.1, 10.0, 0.0);
spw->set_data("miterlimit", a);
sb = new Gtk::SpinButton(*a, 0.1, 2);