From 2253c5f28e3e781d95f55b96f7a93526bf5a77cf Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Sun, 11 May 2025 16:55:09 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index addf2436b..a1a0f3936 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -195,8 +195,8 @@ function countDown(dir) { g.setFontAlign(1,0); g.setFont("Vector",24); // vector font, 80px g.drawString(wickets, 156, 12); - g.setFont("Vector",18); - g.drawString('\¦\¦\¦', 174, 12) + g.setFont("Vector",12); + g.drawString('\¦\¦\¦', 174, 14); g.setFontAlign(-1,0); g.setFont("Vector",18); // vector font, 80px var heartRateString = heartRate + '*';