From 05ae73b6d139ef4e5929b4b43b3bffb14be53d9e Mon Sep 17 00:00:00 2001 From: Akarshit Wal Date: Mon, 24 Aug 2015 02:22:30 +0530 Subject: [PATCH] Tab labels are not shifting up --- .../app/contrib/ContributionManagerDialog.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/processing/app/contrib/ContributionManagerDialog.java b/app/src/processing/app/contrib/ContributionManagerDialog.java index 7178f1387..6917320fd 100644 --- a/app/src/processing/app/contrib/ContributionManagerDialog.java +++ b/app/src/processing/app/contrib/ContributionManagerDialog.java @@ -373,11 +373,11 @@ public class ContributionManagerDialog { // boolean isSelected) { // return 0; // } -// @Override -// protected int getTabLabelShiftY(int tabPlacement, int tabIndex, -// boolean isSelected) { -// return 3; -// } + @Override + protected int getTabLabelShiftY(int tabPlacement, int tabIndex, + boolean isSelected) { + return 1; + } // @Override // protected void paintTab(Graphics g, int tabPlacement, // Rectangle[] rects, int tabIndex,