mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 842516 - Disable the form manager until we can fix all the bugs. r=mbrubeck
This commit is contained in:
parent
ad61a3e098
commit
dc75374485
@ -22,7 +22,7 @@ pref("metro.debug.selection.dumpRanges", false);
|
||||
pref("metro.debug.selection.dumpEvents", false);
|
||||
|
||||
// Form helper options: 0 = disabled, 1 = enabled, 2 = dynamic depending on screen size
|
||||
pref("formhelper.mode", 1);
|
||||
pref("formhelper.mode", 0);
|
||||
// Auto zoom to form elements when they take focus
|
||||
pref("formhelper.autozoom", true);
|
||||
// Auto zoom to the caret
|
||||
|
Loading…
Reference in New Issue
Block a user