Revision: 2094
          http://synfig.svn.sourceforge.net/synfig/?rev=2094&view=rev
Author:   genete
Date:     2008-10-11 09:19:52 +0000 (Sat, 11 Oct 2008)

Log Message:
-----------
Allow Growth parameter be bigger than 1.0, modified small and big
increments.
Also set default value for Radius parameter to be not 0. Now
the tool works better.

Modified Paths:
--------------
    synfig-studio/trunk/src/gtkmm/state_width.cpp

Modified: synfig-studio/trunk/src/gtkmm/state_width.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/state_width.cpp       2008-10-11 07:00:30 UTC 
(rev 2093)
+++ synfig-studio/trunk/src/gtkmm/state_width.cpp       2008-10-11 09:19:52 UTC 
(rev 2094)
@@ -214,10 +214,10 @@
 
        settings(synfigapp::Main::get_selected_input_device()->settings()),
 
-       adj_delta(6,0,1,0.001,0.01),
+       adj_delta(6,0,20,0.01,0.1),
        spin_delta(adj_delta,0.01,3),
 
-       adj_radius(0,0,1e50,1,10),
+       adj_radius(200,0,1e50,1,10),
        spin_radius(adj_radius,1,1),
 
        check_relative(_("Relative Growth"))


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to