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

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: Created 7 years, 1 month 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 ee760025f9b0e4d9142f305ce52a6bfaeb0195ba..34961635bd4266b680f708050ae0db40d58f86b4 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