From a4001a41c83988071cefff674efc8000a013f524 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 11 Jul 2022 20:41:12 +0200 Subject: [PATCH] Move starting point up slightly --- source/terminalfaceView.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/terminalfaceView.mc b/source/terminalfaceView.mc index 194040f..3b5122a 100644 --- a/source/terminalfaceView.mc +++ b/source/terminalfaceView.mc @@ -83,7 +83,7 @@ class terminalfaceView extends WatchUi.WatchFace { // Update the view function onUpdate(dc as Dc) as Void { - curY = 50; + curY = 45; dc.setColor(Graphics.COLOR_TRANSPARENT, Graphics.COLOR_BLACK); dc.clear();