mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 881240 - Reduce scroll threshold to reveal dynamic toolbar to 10% (r=mfinkle)
This commit is contained in:
parent
c4a076a416
commit
8e97dbee27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user