Reduced margin in Mac wxNotebook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-03-19 08:28:33 +00:00
parent 1aebc20057
commit bfff68e8b4
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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