Lower slider scrolling step to 2%

https://bugzilla.gnome.org/show_bug.cgi?id=742648
This commit is contained in:
Adel Gadllah 2015-01-16 18:24:33 +01:00
parent 76315fca9f
commit 554de3fb24

View File

@ -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",