Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv26321/effects

Modified Files:
        DtmfGen.cpp 
Log Message:
Fix to show slider on Linux

Index: DtmfGen.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/DtmfGen.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DtmfGen.cpp 2 Jan 2007 23:51:29 -0000       1.1
+++ DtmfGen.cpp 5 Jan 2007 09:05:28 -0000       1.2
@@ -377,7 +377,7 @@
       S.SetSizeHints(-1,-1);
    }
    S.EndMultiColumn();
-   S.StartHorizontalLay(wxCENTER, false);
+   S.StartHorizontalLay(wxCENTER | wxEXPAND, false);
    {
       S.SetStyle(wxSL_HORIZONTAL);
       mDtmfDutyS = S.Id(ID_DTMF_DUTYCYCLE_SLIDER).AddSlider(wxT(""), 
dDutyCycle, DUTY_MAX);


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to