From 5e2ccdae9253fef636bae680445b0237bfdce21d Mon Sep 17 00:00:00 2001 From: mental Date: Mon, 4 Sep 2006 18:00:57 +0000 Subject: [PATCH] get default rounding right in calligraphy toolbar --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2