Make legend box lighter (thanks Tay!)

This commit is contained in:
XANTRONIX 2025-04-02 11:40:48 -04:00
parent cc5ae8c9b3
commit 955136e2fa

View file

@ -629,7 +629,7 @@ class SPCOutlookLegend():
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)
cr.fill()