X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8c5974799b29e0a0382ffca9c9db9377581bbd4..aa154cb1578ba9d44c7e24c5e76d8238bf8809d0:/src/mac/notebmac.cpp?ds=inline diff --git a/src/mac/notebmac.cpp b/src/mac/notebmac.cpp index 60a7af92a3..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