set minimum value for timer

v0.6
Michail Vourlakos 8 years ago
parent 72926e22c2
commit 7b2f8fa9ff

@ -446,7 +446,7 @@ Item {
Timer{
id:checkListHovered
repeat:false;
interval: 2 * (root.durationTime * 1.2 * units.shortDuration) + 50;
interval: Math.max(120, 2 * (root.durationTime * 1.2 * units.shortDuration) + 50)
onTriggered: {
if (!root.containsMouse()) {

Loading…
Cancel
Save