summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp2
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);