Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv8935
Modified Files:
ChangePitch.cpp
Log Message:
Widen the percent text control a bit.
Index: ChangePitch.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/ChangePitch.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ChangePitch.cpp 28 Mar 2007 02:52:51 -0000 1.35
+++ ChangePitch.cpp 29 May 2007 00:14:56 -0000 1.36
@@ -362,7 +362,7 @@
//v Override wxTextValidator to disallow negative values < -100.0?
m_pTextCtrl_PercentChange =
new wxTextCtrl(this, ID_TEXT_PERCENTCHANGE, wxT("0.0"),
- wxDefaultPosition,
wxSize(40, -1), 0,
+ wxDefaultPosition,
wxSize(60, -1), 0,
wxTextValidator(wxFILTER_NUMERIC));
pBoxSizer_PercentChange->Add(m_pTextCtrl_PercentChange, 0,
wxALIGN_CENTER_VERTICAL | wxALL, 4);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs