Lower slider scrolling step to 2%
https://bugzilla.gnome.org/show_bug.cgi?id=742648
This commit is contained in:
parent
76315fca9f
commit
554de3fb24
@ -7,7 +7,7 @@ const Lang = imports.lang;
|
||||
const St = imports.gi.St;
|
||||
const Signals = imports.signals;
|
||||
|
||||
const SLIDER_SCROLL_STEP = 0.05; /* Slider scrolling step in % */
|
||||
const SLIDER_SCROLL_STEP = 0.02; /* Slider scrolling step in % */
|
||||
|
||||
const Slider = new Lang.Class({
|
||||
Name: "Slider",
|
||||
|
Loading…
Reference in New Issue
Block a user