.getAlignPanel();
dim2 = comp.getAlignmentDimension();
}
- final int graphicsHeight = dim1.height + dim2.height;
+ final int graphicsHeight = dim1.height + dim2.height
+ + borderBottomOffset;
final int graphicsWidth = Math.max(dim1.width, dim2.width);
jalview.util.ImageMaker im;
}
im = new jalview.util.ImageMaker(this, type, imageAction,
- graphicsWidth, graphicsHeight + borderBottomOffset, file,
+ graphicsWidth, graphicsHeight, file,
imageTitle, alignFrame, pSessionId, headless);
Graphics graphics = im.getGraphics();
if (graphics == null)