From d404ae065c19f4369555e66691e45ee3bc09bc7f Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Sat, 3 Jun 2023 16:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=B8=E5=BC=A0=E5=A4=A7=E5=B0=8Fpaper=5Fsiz?= =?UTF-8?q?e=EF=BC=8C=E9=BB=98=E8=AE=A4=E8=BF=94=E5=9B=9E=E7=9A=84?= =?UTF-8?q?=E4=B8=BA=E5=8D=95=E4=BD=8D=E4=B8=BA=E6=AF=AB=E7=B1=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/common_setting.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hgdriver/hgdev/common_setting.cpp b/hgdriver/hgdev/common_setting.cpp index ec1ee74..4dbbe3f 100644 --- a/hgdriver/hgdev/common_setting.cpp +++ b/hgdriver/hgdev/common_setting.cpp @@ -306,7 +306,9 @@ SIZE paper_size(int paper) return g_paper_size[i].size; } - return SIZE{ 2338, 3307 }; + //return SIZE{ 2338, 3307 }; + + return SIZE{ 297, 420 }; // A3 } int match_best_paper(std::string& val, bool* exact) {