Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12945/src/prefs
Modified Files:
KeyConfigPrefs.cpp
Log Message:
Reduce the width of the Preferences dialog.
Index: KeyConfigPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/KeyConfigPrefs.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- KeyConfigPrefs.cpp 1 May 2009 18:26:33 -0000 1.80
+++ KeyConfigPrefs.cpp 24 May 2009 17:25:16 -0000 1.81
@@ -129,7 +129,11 @@
CurrentComboID,
wxT(""),
wxDefaultPosition,
+#if defined(__WXMAC__)
wxSize(300, -1));
+#else
+ wxSize(210, -1));
+#endif
mKey->Connect(wxEVT_KEY_DOWN,
wxKeyEventHandler(KeyConfigPrefs::OnCaptureKeyDown));
mKey->Connect(wxEVT_CHAR,
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs