From 501d0a166602ed8d6a2a4066cfa6899827ff4370 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:34:56 +0100 Subject: [PATCH] Matrix clock position tweak #3304 --- app/AnimeMatrix/AnimeMatrixDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AnimeMatrix/AnimeMatrixDevice.cs b/app/AnimeMatrix/AnimeMatrixDevice.cs index 8c9f0aa9..12266d82 100644 --- a/app/AnimeMatrix/AnimeMatrixDevice.cs +++ b/app/AnimeMatrix/AnimeMatrixDevice.cs @@ -410,7 +410,7 @@ namespace GHelper.AnimeMatrix if (DateTime.Now.Second % 2 != 0) timeFormat = timeFormat.Replace(":", " "); Clear(); - Text(DateTime.Now.ToString(timeFormat), 15, 13 - FullRows, 25); + Text(DateTime.Now.ToString(timeFormat), 15, 7 - FullRows / 2, 25); Text(DateTime.Now.ToString(dateFormat), 11.5F, 0, 14); Present();