From 06083848c7247b18b9a4b6f4435b077e3d3c4ed9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Sep 2020 19:19:00 +0100 Subject: [PATCH] Adjust chessboard size Signed-off-by: Ian Jackson --- library/edited.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/edited.toml b/library/edited.toml index 3c0b8863..f1adcd9a 100644 --- a/library/edited.toml +++ b/library/edited.toml @@ -8,7 +8,8 @@ method = "none" [group.chess-board] size = [242, 246] centre = [121, 123] -scale = 1.0 +scale = 0.35 +outline = "Square" files = """ chess-board Chess_board_blank the chessboard """ -- 2.30.2