hwt: Reduce line lenght

pull/1254/head
Adam Schmalhofer 2021-12-18 18:46:16 +01:00
parent c5536ee49a
commit 51422c44c0
2 changed files with 4 additions and 4 deletions

View File

@ -1889,7 +1889,7 @@
{ {
"id": "widhwt", "id": "widhwt",
"name": "Hand Wash Timer", "name": "Hand Wash Timer",
"version": "0.02-rc8", "version": "0.02-rc9",
"description": "On Bangle.js 1 swipe your wrist over the watch face to start your personal Bangle.js 1 hand wash timer. On Bangle.js2 the Pattern Launcher is recommended to start the timer. Start washing after the short buzz and stop after the long buzz 35sec. later.", "description": "On Bangle.js 1 swipe your wrist over the watch face to start your personal Bangle.js 1 hand wash timer. On Bangle.js2 the Pattern Launcher is recommended to start the timer. Start washing after the short buzz and stop after the long buzz 35sec. later.",
"icon": "widget.png", "icon": "widget.png",
"type": "widget", "type": "widget",

View File

@ -2,9 +2,9 @@
// with our own message // with our own message
g.clearRect(38, 68, 138, 108); g.clearRect(38, 68, 138, 108);
g.drawRect(38, 68, 138, 108); g.drawRect(38, 68, 138, 108);
g.setFontVector(13).setFontAlign(0, 0, 0).drawString("Wash...", g.setFontVector(13);
g.getWidth()/2, g.setFontAlign(0, 0, 0);
g.getHeight()/2); g.drawString("Wash...", g.getWidth()/2, g.getHeight()/2);
Bangle.buzz(); Bangle.buzz();
setTimeout(() => { setTimeout(() => {