Reduce width of box around legend colors

This commit is contained in:
XANTRONIX 2025-04-02 17:33:36 -04:00
parent c7e5b92c8d
commit b25d3951ca

View file

@ -605,6 +605,7 @@ class SPCOutlookLegend():
cr.rectangle(x, y, self.COLOR_WIDTH, self.COLOR_HEIGHT)
cr.fill()
cr.set_line_width(1)
cr.set_source_rgb(0, 0, 0)
cr.rectangle(x, y, self.COLOR_WIDTH, self.COLOR_HEIGHT)
cr.stroke()