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

Modified Files:
        ShuttleGui.cpp 
Log Message:
Reduce the width of the Preferences dialog.

Index: ShuttleGui.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/ShuttleGui.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- ShuttleGui.cpp      6 Apr 2009 23:20:28 -0000       1.43
+++ ShuttleGui.cpp      24 May 2009 17:25:16 -0000      1.44
@@ -2103,11 +2103,11 @@
 #if defined(__WXMAC__)
    maxw += 50;
 #elif defined(__WXMSW__)
-   maxw += 75;
+   maxw += 50;
 #elif defined(__WXGTK__)
-   maxw += 75;
+   maxw += 50;
 #else
-   maxw += 75;
+   maxw += 50;
 #endif
 
    window->SetSizeHints( maxw, -1 );


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to