Bug 881240 - Reduce scroll threshold to reveal dynamic toolbar to 10% (r=mfinkle)

This commit is contained in:
Lucas Rocha 2014-02-13 16:47:15 +00:00
parent c4a076a416
commit 8e97dbee27

View File

@ -445,7 +445,7 @@ pref("browser.ui.touch.bottom", 16);
pref("browser.ui.touch.weight.visited", 120); // percentage
// The percentage of the screen that needs to be scrolled before margins are exposed.
pref("browser.ui.show-margins-threshold", 20);
pref("browser.ui.show-margins-threshold", 10);
// Maximum distance from the point where the user pressed where we still
// look for text to select