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

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

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: rebase Created 6 years, 9 months 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 558286188556380f9695e7d72bff6edb44f755eb..7daa80edae3585e187c4d07c03ac741f92cf091d 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -31,7 +31,6 @@
var Preferences = {
maxInlineTextChildLength: 80,
- minDrawerHeight: 25,
minSidebarWidth: 100,
minSidebarHeight: 75,
applicationTitle: "Developer Tools - %s"

Powered by Google App Engine
This is Rietveld 408576698