magnify 4 finger swipe gesture by 1.5

This commit is contained in:
Ben Iofel 2017-08-01 12:15:59 +01:00
parent ccc5078802
commit 920b169709

View File

@ -523,7 +523,7 @@ var TouchpadWorkspaceSwitchAction = new Lang.Class({
this._dx += dx;
this._dy += dy;
workspacesDisplay._onPan(dy);
workspacesDisplay._onPan(dy * 1.5);
} else if (event.get_gesture_phase() == Clutter.TouchpadGesturePhase.CANCEL) {
workspacesDisplay._onPanCancel();
} else {