We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e65ff commit 50b47c0Copy full SHA for 50b47c0
src/Widgets/WindowSwitcher/WindowSwitcher.vala
@@ -11,7 +11,7 @@ public class Gala.WindowSwitcher : CanvasActor, GestureTarget, RootTarget {
11
public const int WRAPPER_PADDING = 12;
12
13
private const int MIN_OFFSET = 64;
14
- private const double GESTURE_STEP = 0.1;
+ private const double GESTURE_STEP = 0.25;
15
16
public Clutter.Actor? actor { get { return this; } }
17
public WindowManager wm { get; construct; }
0 commit comments