]> git.saurik.com Git - wxWidgets.git/commitdiff
Reduced margin in Mac wxNotebook
authorJulian Smart <julian@anthemion.co.uk>
Fri, 19 Mar 2004 08:28:33 +0000 (08:28 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 19 Mar 2004 08:28:33 +0000 (08:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/notebmac.cpp
src/mac/notebmac.cpp

index 60a7af92a34dd15b821f9cf315ae88a0708f1751..9aa4fdf5b96f001144107d8ee302e7826bfc7469 100644 (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
index 60a7af92a34dd15b821f9cf315ae88a0708f1751..9aa4fdf5b96f001144107d8ee302e7826bfc7469 100644 (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