Skip to content

Commit 5e347e4

Browse files
committed
make tile ID font plain
1 parent 8e420f2 commit 5e347e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

render-app/src/main/java/org/janelia/alignment/BoundingBoxRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ private Rectangle getScaledBox(final TileSpec tileSpec) {
192192

193193
private static final Logger LOG = LoggerFactory.getLogger(BoundingBoxRenderer.class);
194194

195-
private static final Font TILE_ID_FONT = new Font(Font.MONOSPACED, Font.BOLD, TILE_ID_FONT_SIZE);
195+
private static final Font TILE_ID_FONT = new Font(Font.MONOSPACED, Font.PLAIN, TILE_ID_FONT_SIZE);
196196
}

0 commit comments

Comments
 (0)