summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f73e28)
raw | patch | inline | side by side (parent: 7f73e28)
author | joncruz <joncruz@users.sourceforge.net> | |
Mon, 26 Mar 2007 15:38:38 +0000 (15:38 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Mon, 26 Mar 2007 15:38:38 +0000 (15:38 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index d8903b404a8a069336d96055c110df74c192d5f6..0b7296ce054d75a6535f81cb6833cdd647981b57 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
{
/* Thinning */
gchar const* labels[] = {_("(speed blows up stroke)"), 0, 0, _("(slight widening)"), _("(constant width)"), _("(slight thinning, default)"), 0, 0, _("(speed deflates stroke)")};
- gdouble values[] = {-1, -0.4, -0.2, -0.1, 0, 0.1, -0.2, 0.4, 1};
+ gdouble values[] = {-1, -0.4, -0.2, -0.1, 0, 0.1, 0.2, 0.4, 1};
EgeAdjustmentAction* eact = create_adjustment_action( "ThinningAction",
_("Thinning:"), _("How much velocity thins the stroke (> 0 makes fast strokes thinner, < 0 makes them broader, 0 makes width independent of velocity)"),
"tools.calligraphic", "thinning", 0.1,