From 2af2fd8846fd81b75882372a9df0f37b0191de8f Mon Sep 17 00:00:00 2001 From: Praveenkumar Date: Fri, 4 Apr 2014 00:59:00 +0200 Subject: [PATCH] Bug 991168 - Increase the default width of the request details pane r=vporof --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 94f66ba93ed0..f69a01bb79d1 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1176,7 +1176,7 @@ pref("devtools.profiler.ui.show-platform-data", false); pref("devtools.netmonitor.enabled", true); // The default Network Monitor UI settings -pref("devtools.netmonitor.panes-network-details-width", 450); +pref("devtools.netmonitor.panes-network-details-width", 550); pref("devtools.netmonitor.panes-network-details-height", 450); pref("devtools.netmonitor.statistics", true); pref("devtools.netmonitor.filters", "[\"all\"]");