Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: Source/devtools/front_end/Settings.js

Issue 71633003: DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath inse… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: No-op if no overlayContents Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/Settings.js
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
index f995d6d4d73b10724010c31028835d57a08edd2c..c413b23b5d4a35adca00f953f5a2e43d0c75b374 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -31,7 +31,7 @@
var Preferences = {
maxInlineTextChildLength: 80,
- minConsoleHeight: 75,
+ minConsoleHeight: 25,
minSidebarWidth: 100,
minSidebarHeight: 75,
minElementsSidebarWidth: 200,

Powered by Google App Engine
This is Rietveld 408576698