diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 082493c9..2ab6fd3d 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -1152,7 +1152,7 @@ tp_suspend(struct tp_dispatch *tp, struct evdev_device *device) if (tp->buttons.has_topbuttons) { evdev_notify_suspended_device(device); /* Enlarge topbutton area while suspended */ - tp_init_top_softbuttons(tp, device, 1.5); + tp_init_top_softbuttons(tp, device, 3.0); } else { evdev_device_suspend(device); }