Skip to content

Commit 9b9a17a

Browse files
committed
tileclk: Fix touch detection on time digits
1 parent e4aa9ed commit 9b9a17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tileclk/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
};
165165

166166
// Touch areas
167-
const mainTimeArea = { top: widgetYOffset, bottom: widgetYOffset + Math.round(0.6 * height) };
167+
const mainTimeArea = { top: widgetYOffset, bottom: widgetYOffset + Math.round(0.75 * height) };
168168
const bottomArea = { top: positions.seconds.y + widgetYOffset - 10, bottom: height };
169169

170170
const threeDigitLayout = [

0 commit comments

Comments
 (0)