Tile grid enhance color #238
This commit is contained in:
parent
3584c4be1e
commit
fc8223bfc8
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user