magnify 4 finger swipe gesture by 1.5
This commit is contained in:
parent
ccc5078802
commit
920b169709
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user