summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1337884)
raw | patch | inline | side by side (parent: 1337884)
author | mental <mental@users.sourceforge.net> | |
Mon, 4 Sep 2006 18:00:57 +0000 (18:00 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Mon, 4 Sep 2006 18:00:57 +0000 (18:00 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 13b731c79eb571d6f9a172187c9135cfe072f95a..ec393c9fe668b40fec58a70c6844113c16b46f81 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
{
// 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);