From 4a81924e1e332a45fdd7c94e57f8d9da3cbe6665 Mon Sep 17 00:00:00 2001 From: Thrunic Date: Wed, 8 Nov 2023 17:23:53 -0500 Subject: [PATCH] Added IDs to the macros in the default box. --- config/templates/design/src/box.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/templates/design/src/box.mjs b/config/templates/design/src/box.mjs index f51ed8eb260..5ec2aa8aea9 100644 --- a/config/templates/design/src/box.mjs +++ b/config/templates/design/src/box.mjs @@ -26,11 +26,13 @@ function draftBox({ options, Point, Path, points, paths, Snippet, snippets, sa, } macro('hd', { + id: 'hWidth', from: points.bottomLeft, to: points.bottomRight, y: points.bottomLeft.y + sa + 15, }) macro('vd', { + id: 'vHeight', from: points.bottomRight, to: points.topRight, x: points.topRight.x + sa + 15,