Bug 401221 - "Provide finer control over zooming" [p=dao@mozilla.com (Dão Gottwald) ui-r+r=beltzner a=blocking-firefox3+]
git-svn-id: svn://10.0.0.236/trunk@247706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2394,6 +2394,6 @@ pref("signon.debug", false); // logs to Error Console
|
||||
|
||||
// Zoom prefs
|
||||
pref("browser.zoom.full", false);
|
||||
pref("zoom.minPercent", 50);
|
||||
pref("zoom.minPercent", 30);
|
||||
pref("zoom.maxPercent", 300);
|
||||
pref("toolkit.zoomManager.zoomValues", ".5,.75,1,1.25,1.5,2,3");
|
||||
pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3");
|
||||
|
||||
Reference in New Issue
Block a user