Move starting point up slightly
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user