Bug 747218 - [layout view] Pref on the layout view. r=past

This commit is contained in:
Paul Rouget 2012-06-01 13:25:23 +02:00
parent 57704f35e8
commit 8c33038b81

View File

@ -1036,7 +1036,7 @@ pref("devtools.inspector.highlighterShowVeil", true);
pref("devtools.inspector.highlighterShowInfobar", true); pref("devtools.inspector.highlighterShowInfobar", true);
// Enable the Layout View // Enable the Layout View
pref("devtools.layoutview.enabled", false); pref("devtools.layoutview.enabled", true);
pref("devtools.layoutview.open", false); pref("devtools.layoutview.open", false);
// Enable the Debugger // Enable the Debugger