JAL-1128 fix for truncated bottom boarder pixels in figures generated from wrapped...
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 15 Aug 2016 15:54:17 +0000 (16:54 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 15 Aug 2016 15:54:17 +0000 (16:54 +0100)
src/jalview/gui/AlignmentPanel.java

index b16e243..87d5933 100644 (file)
@@ -1269,7 +1269,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
 
   void makeAlignmentImage(jalview.util.ImageMaker.TYPE type, File file)
   {
-    int boarderBottomOffset = 0;
+    int boarderBottomOffset = 5;
     long pSessionId = System.currentTimeMillis();
     headless = (System.getProperty("java.awt.headless") != null && System
             .getProperty("java.awt.headless").equals("true"));