chore: tidy EOF newlines, drop dead monkey.png, vcenter winner banner text
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
@@ -36,4 +36,4 @@ class garmin_padelApp extends Application.AppBase {
|
|||||||
|
|
||||||
function getApp() as garmin_padelApp {
|
function getApp() as garmin_padelApp {
|
||||||
return Application.getApp() as garmin_padelApp;
|
return Application.getApp() as garmin_padelApp;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,4 +35,4 @@ class garmin_padelDelegate extends WatchUi.BehaviorDelegate {
|
|||||||
WatchUi.requestUpdate();
|
WatchUi.requestUpdate();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -124,6 +124,6 @@ class garmin_padelView extends WatchUi.View {
|
|||||||
dc.setColor(ACCENT, Graphics.COLOR_BLACK);
|
dc.setColor(ACCENT, Graphics.COLOR_BLACK);
|
||||||
dc.fillRectangle(cx - 70, cy - 18, 140, 36);
|
dc.fillRectangle(cx - 70, cy - 18, 140, 36);
|
||||||
dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_TRANSPARENT);
|
dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_TRANSPARENT);
|
||||||
dc.drawText(cx, cy - 14, Graphics.FONT_SMALL, text, Graphics.TEXT_JUSTIFY_CENTER);
|
dc.drawText(cx, cy, Graphics.FONT_SMALL, text, Graphics.TEXT_JUSTIFY_CENTER | Graphics.TEXT_JUSTIFY_VCENTER);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user