From 768d3b87c333b8a5a16e66a4b795ec6edb68fdb7 Mon Sep 17 00:00:00 2001 From: Adrian Kirk Date: Wed, 12 Oct 2022 06:50:20 +0100 Subject: [PATCH] Sliding Clock: hybrid clock: date should scroll in from left so not to cash with minutes --- apps/slidingtext/slidingtext.locale.hyb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/slidingtext/slidingtext.locale.hyb.js b/apps/slidingtext/slidingtext.locale.hyb.js index 8342019ec..aa47b349f 100644 --- a/apps/slidingtext/slidingtext.locale.hyb.js +++ b/apps/slidingtext/slidingtext.locale.hyb.js @@ -40,7 +40,7 @@ class EnglishDateFormatter extends DateFormatter { }, small: { size: 'ssmall', - scroll_off: ['left','right'], + scroll_off: ['left'], scroll_in: ['left'], } };