]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/button.cpp
using Large System font for Buttons needs more space
[wxWidgets.git] / src / mac / carbon / button.cpp
index 82e4e34c5f29f54f0d4dffe91a19694863dc01d0..cc3685a17d5a5d3334f3df4604b7a6242d54ffbc 100644 (file)
@@ -87,7 +87,7 @@ wxSize wxButton::DoGetBestSize() const
 {
   wxSize sz = GetDefaultSize() ;
   
 {
   wxSize sz = GetDefaultSize() ;
   
-  int wBtn = m_label.Length() * 8 + 12 + 2 * kMacOSXHorizontalBorder ;
+  int wBtn = m_label.Length() * 10 + 12 + 2 * kMacOSXHorizontalBorder ;
     
   if (wBtn > sz.x) sz.x = wBtn;
   
     
   if (wBtn > sz.x) sz.x = wBtn;