tileclk: Fix touch detection on time digits
parent
e4aa9ed930
commit
9b9a17a778
|
|
@ -164,7 +164,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
// Touch areas
|
// 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 bottomArea = { top: positions.seconds.y + widgetYOffset - 10, bottom: height };
|
||||||
|
|
||||||
const threeDigitLayout = [
|
const threeDigitLayout = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue