From f14b0386fc5a8fc16116e28e678dda8d0fa165dd Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Sun, 17 Feb 2019 19:06:15 -0500 Subject: [PATCH] Update AardClock2.0_Beta.xml --- AardClock2.0_Beta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AardClock2.0_Beta.xml b/AardClock2.0_Beta.xml index 384984a..3fe46bc 100644 --- a/AardClock2.0_Beta.xml +++ b/AardClock2.0_Beta.xml @@ -120,7 +120,7 @@ require 'mw_theme_base' local font_width = WindowTextWidth(win, font, " ", 1) window_width = (20 * font_width) + 11 - local cx = math.floor((window_width-5)/2) + 1 + local cx = math.floor((window_width-5)/2) + 3 local cy = cx + font_height canRedraw = true