diff options
| author | MenTaLguY <mental@rydia.net> | 2006-09-04 18:00:57 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-09-04 18:00:57 +0000 |
| commit | a2d9c6f2d4c1dc9cb2c647d7cd47874ea5ccfec6 (patch) | |
| tree | 0aa6b3c606c2f0f5b085be69e99eb722b002fe71 /src/widgets/toolbox.cpp | |
| parent | ignore transform messages (diff) | |
| download | inkscape-a2d9c6f2d4c1dc9cb2c647d7cd47874ea5ccfec6.tar.gz inkscape-a2d9c6f2d4c1dc9cb2c647d7cd47874ea5ccfec6.zip | |
get default rounding right in calligraphy toolbar
(bzr r1685)
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 13b731c79..ec393c9fe 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2125,7 +2125,7 @@ sp_calligraphy_toolbox_new(SPDesktop *desktop) { // TRANSLATORS: "cap" means "end" (both start and finish) here GtkWidget *hb = sp_tb_spinbutton(_("Round:"), _("How much the ends of a stroke are rounded"), - "tools.calligraphic", "cap_rounding", 1, + "tools.calligraphic", "cap_rounding", 0.0, NULL, tbl, FALSE, NULL, 0.0, 1.0, 0.01, 0.1, sp_ddc_cap_rounding_value_changed, 0.01, 2); |
