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

Modified Files:
      Tag: AUDACITY_1_2
        AColor.cpp 
Log Message:
Fix main font size

Index: AColor.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AColor.cpp,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -d -r1.10.2.4 -r1.10.2.5
--- AColor.cpp  12 Nov 2006 00:59:17 -0000      1.10.2.4
+++ AColor.cpp  13 Nov 2006 05:26:45 -0000      1.10.2.5
@@ -156,7 +156,11 @@
    int fontSize = 4;
    wxCoord strW, strH;
    wxString exampleText = wxT("Mute");
-   int desiredPixelHeight = 14;
+   int desiredPixelHeight = 16;
+
+   #ifdef __WXMAC__
+   desiredPixelHeight -= 3;
+   #endif
    
    // Keep making the font bigger until it's too big, then subtract one.
    dc->SetFont(wxFont(fontSize, wxSWISS, wxNORMAL, wxNORMAL));


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to