From b25d3951caa044323ed380f85d35718a909a85c0 Mon Sep 17 00:00:00 2001
From: XANTRONIX Industrial <xan@xantronix.com>
Date: Wed, 2 Apr 2025 17:33:36 -0400
Subject: [PATCH] Reduce width of box around legend colors

---
 lib/xmet/spc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/xmet/spc.py b/lib/xmet/spc.py
index e29dcfb..b6b1f27 100644
--- a/lib/xmet/spc.py
+++ b/lib/xmet/spc.py
@@ -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()