Adjust timestamp highlighting
This commit is contained in:
parent
955136e2fa
commit
c7e5b92c8d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue