Merge branch 'bug/JAL-3412idWidthDiscrepancy' into develop
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 6da6cc3..de67c23 100755 (executable)
@@ -1001,7 +1001,7 @@ public class AnnotationLabels extends JPanel
     int width = getWidth();
     if (width == 0)
     {
-      width = ap.calculateIdWidth().width + 4;
+      width = ap.calculateIdWidth().width;
     }
 
     Graphics2D g2 = (Graphics2D) g;