Move starting point up slightly

This commit is contained in:
2022-07-11 20:41:12 +02:00
parent c554aa1cd2
commit a4001a41c8

View File

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