From bfff68e8b4d44f915804336252bfc0c7a61d1266 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 19 Mar 2004 08:28:33 +0000 Subject: [PATCH] Reduced margin in Mac wxNotebook git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/notebmac.cpp | 4 +++- src/mac/notebmac.cpp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/notebmac.cpp b/src/mac/carbon/notebmac.cpp index 60a7af92a3..9aa4fdf5b9 100644 --- a/src/mac/carbon/notebmac.cpp +++ b/src/mac/carbon/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 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 -- 2.47.2