Merge pull request #490 from teyrana/fix_482_fin_shape_grid

[fix 482] Adjusts grid-line colors (alpha) to be more visible
This commit is contained in:
Wes Cravens 2018-12-08 12:30:34 -06:00 committed by GitHub
commit b97e12cc41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ public class FinPointFigure extends AbstractScaleFigure {
private final static Logger log = LoggerFactory.getLogger(FinPointFigure.class);
private static final Color GRID_LINE_COLOR = new Color( 137, 137, 137, 32);
private static final Color GRID_LINE_COLOR = new Color( 128, 128, 128);
private static final int GRID_LINE_BASE_WIDTH_PIXELS = 1;
private static final int LINE_WIDTH_PIXELS = 1;