Reduce width of box around legend colors
This commit is contained in:
parent
c7e5b92c8d
commit
b25d3951ca
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue