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:
parent
1aebc20057
commit
bfff68e8b4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user