X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ff6f538e6b78af9cf619d624629524e3b0f21c..aa154cb1578ba9d44c7e24c5e76d8238bf8809d0:/src/mac/notebmac.cpp?ds=inline diff --git a/src/mac/notebmac.cpp b/src/mac/notebmac.cpp index a3d6ea740c..9aa4fdf5b9 100644 --- a/src/mac/notebmac.cpp +++ b/src/mac/notebmac.cpp @@ -79,7 +79,9 @@ static inline int wxMacTabMargin(long nbStyle, long side) #if wxMAC_EDGE_TO_EDGE otherMargin = 0; #else - otherMargin = 20; +// otherMargin = 20; + // JACS - this seems fine on 10.3; 20 is way too much + otherMargin = 8; #endif } else @@ -474,7 +476,7 @@ void wxNotebook::MacSetupTabs() SetControlData( (ControlHandle) m_macControl, ii+1,kControlTabImageContentTag, sizeof( info ), (Ptr)&info ); wxASSERT_MSG( err == noErr , wxT("Error when setting icon on tab") ) ; - if ( UMAGetSystemVersion() <= 0x1030 ) + if ( UMAGetSystemVersion() < 0x1030 ) { UnregisterIconRef( 'WXNG' , (OSType) 1 ) ; }