From e8e2fd9049242b2093ba2f04e45ad40c6fabf209 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Mon, 1 Dec 2025 09:58:55 -0800 Subject: [PATCH] Use --justify value on custom properties --- kipart/kipart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kipart/kipart.py b/kipart/kipart.py index cb6ecef..8e89977 100644 --- a/kipart/kipart.py +++ b/kipart/kipart.py @@ -1035,7 +1035,7 @@ def rows_to_symbol( hide = "no" y = -GRID_SPACING * (custom_props * 2 + 0.5) custom_props += 1 - properties[label] = [None, 0, y, "right", hide] + properties[label] = [None, 0, y, justify, hide] properties[label][0] = value else: # End of property rows, break out of the loop