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:
@@ -79,7 +79,9 @@ static inline int wxMacTabMargin(long nbStyle, long side)
|
|||||||
#if wxMAC_EDGE_TO_EDGE
|
#if wxMAC_EDGE_TO_EDGE
|
||||||
otherMargin = 0;
|
otherMargin = 0;
|
||||||
#else
|
#else
|
||||||
otherMargin = 20;
|
// otherMargin = 20;
|
||||||
|
// JACS - this seems fine on 10.3; 20 is way too much
|
||||||
|
otherMargin = 8;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -79,7 +79,9 @@ static inline int wxMacTabMargin(long nbStyle, long side)
|
|||||||
#if wxMAC_EDGE_TO_EDGE
|
#if wxMAC_EDGE_TO_EDGE
|
||||||
otherMargin = 0;
|
otherMargin = 0;
|
||||||
#else
|
#else
|
||||||
otherMargin = 20;
|
// otherMargin = 20;
|
||||||
|
// JACS - this seems fine on 10.3; 20 is way too much
|
||||||
|
otherMargin = 8;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user