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();