summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2004-10-25 19:39:58 +0000
committerVeronika Irvine <veronika>2004-10-25 19:39:58 +0000
commit7ffe87962046d735f644913e9a196819a8c97052 (patch)
treea1724f6da26a0922beba8d430c9a8b3e7d647121 /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
parent8983fd11c751ad6c2a2114ea8b36d64ad53e5c87 (diff)
downloadeclipse.platform.swt-7ffe87962046d735f644913e9a196819a8c97052.tar.gz
eclipse.platform.swt-7ffe87962046d735f644913e9a196819a8c97052.tar.xz
eclipse.platform.swt-7ffe87962046d735f644913e9a196819a8c97052.zip
bug 55964
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
index df00ae0092..9b762cb437 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
@@ -52,7 +52,7 @@ public class CTabItem extends Item {
static final int BOTTOM_MARGIN = 2;
static final int LEFT_MARGIN = 4;
static final int RIGHT_MARGIN = 4;
- static final int INTERNAL_SPACING = 2;
+ static final int INTERNAL_SPACING = 4;
static final int FLAGS = SWT.DRAW_TRANSPARENT | SWT.DRAW_MNEMONIC;
static final String ELLIPSIS = "..."; //$NON-NLS-1$ // could use the ellipsis glyph on some platforms "\u2026"