]> git.saurik.com Git - wxWidgets.git/commitdiff
using Large System font for Buttons needs more space
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 21 Feb 2004 16:35:24 +0000 (16:35 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 21 Feb 2004 16:35:24 +0000 (16:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/button.cpp
src/mac/carbon/button.cpp
src/mac/carbon/control.cpp
src/mac/control.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;
   
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;
   
index 49be26a16ccb9fd5cdc6e6332803eae751ad824a..ae57f23ab07e48b09f2b08a4ec810d27902d15a5 100644 (file)
@@ -433,7 +433,7 @@ void wxControl::MacAdjustControlRect()
         {
             if ( IsKindOf( CLASSINFO( wxButton ) ) )
             {
         {
             if ( IsKindOf( CLASSINFO( wxButton ) ) )
             {
-                m_width = m_label.Length() * 8 + 12 ;
+                m_width = m_label.Length() * 10 + 12 ;
                 if ( m_width < 70 )
                   m_width = 70 ;
             }
                 if ( m_width < 70 )
                   m_width = 70 ;
             }
index 49be26a16ccb9fd5cdc6e6332803eae751ad824a..ae57f23ab07e48b09f2b08a4ec810d27902d15a5 100644 (file)
@@ -433,7 +433,7 @@ void wxControl::MacAdjustControlRect()
         {
             if ( IsKindOf( CLASSINFO( wxButton ) ) )
             {
         {
             if ( IsKindOf( CLASSINFO( wxButton ) ) )
             {
-                m_width = m_label.Length() * 8 + 12 ;
+                m_width = m_label.Length() * 10 + 12 ;
                 if ( m_width < 70 )
                   m_width = 70 ;
             }
                 if ( m_width < 70 )
                   m_width = 70 ;
             }