Tile grid enhance color #238

This commit is contained in:
Emux 2016-11-13 15:47:35 +02:00
parent 3584c4be1e
commit fc8223bfc8

View File

@ -43,7 +43,7 @@ public class GridRenderer extends BucketRenderer {
} }
public GridRenderer(float scale) { public GridRenderer(float scale) {
this(1, new LineStyle(Color.LTGRAY, 1.2f * scale, Cap.BUTT), this(1, new LineStyle(Color.GRAY, 1.2f * scale, Cap.BUTT),
TextStyle.builder() TextStyle.builder()
.fontSize(12 * scale) .fontSize(12 * scale)
.fontStyle(Paint.FontStyle.BOLD) .fontStyle(Paint.FontStyle.BOLD)