зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1561929 - Fix slider.snapMultiplier pref values. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D36268 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a41b01fed5
Коммит
31fd669497
|
@ -7175,14 +7175,19 @@ VARCACHE_PREF(
|
|||
// Prefs starting with "slider."
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// scrollbar snapping region
|
||||
// 0 - off
|
||||
// 1 and higher - slider thickness multiple
|
||||
// Scrollbar snapping region.
|
||||
// - 0: off
|
||||
// - 1 and higher: slider thickness multiple
|
||||
VARCACHE_PREF(
|
||||
Once,
|
||||
"slider.snapMultiplier",
|
||||
SliderSnapMultiplier,
|
||||
int32_t, 6
|
||||
int32_t,
|
||||
#ifdef XP_WIN
|
||||
6
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
)
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче