tileclk: Fix touch detection on time digits

master
stweedo 2025-06-25 00:02:06 -05:00
parent e4aa9ed930
commit 9b9a17a778
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
};
// Touch areas
const mainTimeArea = { top: widgetYOffset, bottom: widgetYOffset + Math.round(0.6 * height) };
const mainTimeArea = { top: widgetYOffset, bottom: widgetYOffset + Math.round(0.75 * height) };
const bottomArea = { top: positions.seconds.y + widgetYOffset - 10, bottom: height };
const threeDigitLayout = [