From 60be68b21758fcca28201480f69b182c1a04daf1 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:16:48 +0200 Subject: [PATCH] Font tweaks --- app/AnimeMatrix/AnimeMatrixDevice.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/AnimeMatrix/AnimeMatrixDevice.cs b/app/AnimeMatrix/AnimeMatrixDevice.cs index a47ef52b..2f3aed44 100644 --- a/app/AnimeMatrix/AnimeMatrixDevice.cs +++ b/app/AnimeMatrix/AnimeMatrixDevice.cs @@ -463,8 +463,8 @@ namespace Starlight.AnimeMatrix string time = DateTime.Now.ToString("HH" + second + "mm"); Clear(); - Text(time, 15, 0, 24); - Text(DateTime.Now.ToString("yy'. 'MM'. 'dd"), 11F, 0, 14); + Text(time, 15, 0, 25); + Text(DateTime.Now.ToString("yy'. 'MM'. 'dd"), 11.5F, 0, 14); Present(); }