Adjust timestamp highlighting

This commit is contained in:
XANTRONIX 2025-04-02 14:26:39 -04:00
parent 955136e2fa
commit c7e5b92c8d

View file

@ -776,8 +776,8 @@ class SPCOutlookMap(EquirectMap):
x = self.width - extents.width - 32 x = self.width - extents.width - 32
y = 8 + extents.height y = 8 + extents.height
cr.set_source_rgba(1, 1, 1, 0.9) cr.set_source_rgba(1, 1, 1, 0.8)
cr.rectangle(x - 4, y - 4, extents.width + 8, extents.height + 8) cr.rectangle(x - 4, y - 3, extents.width + 8, extents.height + 8)
cr.fill() cr.fill()
cr.set_source_rgb(0, 0, 0) cr.set_source_rgb(0, 0, 0)