bedmap: dinamically determine if the number fits
This commit is contained in:
parent
036a09a4f0
commit
c232e37b9b
@ -155,9 +155,9 @@ class BedMap(Gtk.DrawingArea):
|
|||||||
ctx.close_path()
|
ctx.close_path()
|
||||||
ctx.fill()
|
ctx.fill()
|
||||||
ctx.stroke()
|
ctx.stroke()
|
||||||
if rows > 16 or columns > 8:
|
|
||||||
continue
|
|
||||||
# Numbers
|
# Numbers
|
||||||
|
if gwidth / columns < self.font_size * 3:
|
||||||
|
continue
|
||||||
ctx.set_source_rgb(0, 0, 0)
|
ctx.set_source_rgb(0, 0, 0)
|
||||||
if column > 0:
|
if column > 0:
|
||||||
ctx.move_to((lx + rx) / 2 - self.font_size, (ty + by + self.font_size) / 2)
|
ctx.move_to((lx + rx) / 2 - self.font_size, (ty + by + self.font_size) / 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user