Make legend box lighter (thanks Tay!)
This commit is contained in:
parent
cc5ae8c9b3
commit
955136e2fa
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ class SPCOutlookLegend():
|
||||||
|
|
||||||
cr.set_font_size(self.FONT_SIZE)
|
cr.set_font_size(self.FONT_SIZE)
|
||||||
|
|
||||||
cr.set_source_rgba(0.2, 0.2, 0.2, 0.5)
|
cr.set_source_rgba(0.2, 0.2, 0.2, 0.1)
|
||||||
draw_rounded_rect(cr, x, y, self.width, self.height, self.RADIUS)
|
draw_rounded_rect(cr, x, y, self.width, self.height, self.RADIUS)
|
||||||
|
|
||||||
cr.fill()
|
cr.fill()
|
||||||
|
|
Loading…
Add table
Reference in a new issue