X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/407f0db0504c39e022c063d64c03e2ff2117d5b3..56ca5a419bf1fab33a0e9f11477e138377205e8b:/src/mac/control.cpp diff --git a/src/mac/control.cpp b/src/mac/control.cpp index ae57f23ab0..49be26a16c 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -433,7 +433,7 @@ void wxControl::MacAdjustControlRect() { if ( IsKindOf( CLASSINFO( wxButton ) ) ) { - m_width = m_label.Length() * 10 + 12 ; + m_width = m_label.Length() * 8 + 12 ; if ( m_width < 70 ) m_width = 70 ; }