Update of /cvsroot/audacity/audacity-src/src/widgets
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28140

Modified Files:
        ASlider.cpp 
Log Message:
Changing back to slightly more reasonable values for steps.

Index: ASlider.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/ASlider.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- ASlider.cpp 10 Jul 2009 02:27:43 -0000      1.75
+++ ASlider.cpp 12 Jul 2009 15:46:28 -0000      1.76
@@ -444,8 +444,8 @@
    mDefaultValue = 0.0f;
    mDefaultShortcut = false;
    mBitmap = NULL;
-   mScrollLine = 0.05f;
-   mScrollPage = 0.5;
+   mScrollLine = 1.0f;
+   mScrollPage = 5.0f;
 
    // Get the Thumb bitmap.  Generic version for now...
    if (mOrientation == wxHORIZONTAL)


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to