From cfc1695a2c5d2b61050a7f78e367b22d67b973f2 Mon Sep 17 00:00:00 2001 From: Andrew Smithwick Date: Tue, 1 Apr 2025 16:37:21 -0700 Subject: [PATCH 1/2] US Letter units bug in Page Tool Fixed bug where US letter was displayed in mm, not inches --- src/extension/internal/template-paper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/internal/template-paper.cpp b/src/extension/internal/template-paper.cpp index 16e212b9cf..fce7bf50fa 100644 --- a/src/extension/internal/template-paper.cpp +++ b/src/extension/internal/template-paper.cpp @@ -106,7 +106,7 @@ void TemplatePaper::init() "" "" "" -"" +"" "" "" "" -- GitLab From 564bcbd178316bce4d26f0b5b77059000bd42b7a Mon Sep 17 00:00:00 2001 From: Andrew Smithwick Date: Tue, 1 Apr 2025 16:37:21 -0700 Subject: [PATCH 2/2] US Letter units bug in Page Tool Fixed bug where US letter was displayed in mm, not inches --- src/extension/internal/template-paper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/internal/template-paper.cpp b/src/extension/internal/template-paper.cpp index 16e212b9cf..fce7bf50fa 100644 --- a/src/extension/internal/template-paper.cpp +++ b/src/extension/internal/template-paper.cpp @@ -106,7 +106,7 @@ void TemplatePaper::init() "" "" "" -"" +"" "" "" "" -- GitLab