From 3cef3fa2e090af878d20a95453f944f5e46ed732 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Sun, 15 Dec 2019 15:04:26 +0100 Subject: [PATCH] =?UTF-8?q?Merged=20changes=20=F0=9F=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.rs b/src/style.rs index 3bd845153..bbfac5de5 100644 --- a/src/style.rs +++ b/src/style.rs @@ -320,7 +320,7 @@ papers! { (PAPER_US_BUSINESS_CARD: 88.9, 50.8, "us-business-card") (PAPER_JP_BUSINESS_CARD: 91.0, 55.0, "jp-business-card") (PAPER_CN_BUSINESS_CARD: 90.0, 54.0, "cn-business-card") - (PAPER_A4_16_9: 297.0, 148.5, "presentation-4-3") - (PAPER_A4_4_3: 280.0, 210.0, "presentation-16-9" | "presentation") - (PAPER_POSTCARD: 101.6, 152.4, "postcard") + (PAPER_A4_16_9: 297.0, 167.0625, "presentation-16-9" | "presentation") + (PAPER_A4_4_3: 280.0, 210.0, "presentation-4-3") + (PAPER_POSTCARD: 152.4, 101.6, "postcard") }