Code

get default rounding right in calligraphy toolbar
authormental <mental@users.sourceforge.net>
Mon, 4 Sep 2006 18:00:57 +0000 (18:00 +0000)
committermental <mental@users.sourceforge.net>
Mon, 4 Sep 2006 18:00:57 +0000 (18:00 +0000)
src/widgets/toolbox.cpp

index 13b731c79eb571d6f9a172187c9135cfe072f95a..ec393c9fe668b40fec58a70c6844113c16b46f81 100644 (file)
@@ -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);