From 8387b4aedb804566882b6eadaea74cdc8a9f9f35 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Mon, 28 Mar 2022 23:47:46 +0100 Subject: [PATCH] fix: tweak 4k sizings --- src/lib/multiviewLabel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/multiviewLabel.ts b/src/lib/multiviewLabel.ts index 15fb3518d..bae4e8b5f 100644 --- a/src/lib/multiviewLabel.ts +++ b/src/lib/multiviewLabel.ts @@ -46,8 +46,8 @@ interface ResolutionSpec { const Res4K = fillResolutionSpec({ width: 640, height: 100, - xPad: 10, - yPadBottom: 8, + xPad: 16, + yPadBottom: 16, yPadTop: 4, fontHeight: 46,