From 3b3a4e0cfe0becb455b21fbd7df690386d81507f Mon Sep 17 00:00:00 2001 From: flop Date: Tue, 19 May 2026 11:24:04 +0200 Subject: [PATCH] fix(demo): smaller display width --- ts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.html b/ts/index.html index 1004dd1..51bf104 100644 --- a/ts/index.html +++ b/ts/index.html @@ -978,7 +978,7 @@ { flags: { clock12h: true }, type: ElementType.CurrentTime, xOffset: 40, yOffset: 16, width: W, height: 16, utcOffsetMinutes: 120 }, { flags: { clock12h: true, showHours: true }, type: ElementType.CurrentTime, xOffset: 0, yOffset: 24, width: W, height: 16, utcOffsetMinutes: 120 }, { flags: { clock12h: true, showHours: false }, type: ElementType.CurrentTime, xOffset: 40, yOffset: 32, width: W, height: 16, utcOffsetMinutes: 120 }, - { flags: { clock12h: true, showSeconds: true }, type: ElementType.CurrentTime, xOffset: 120, yOffset: 32, width: W, height: 16, utcOffsetMinutes: 120 }, + { flags: { clock12h: true, showSeconds: true }, type: ElementType.CurrentTime, xOffset: 80, yOffset: 32, width: W, height: 16, utcOffsetMinutes: 120 }, ] } }).toBuffer();