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

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: 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 d0ac66c48b2c4d9f6a1e3d5d9b89c64076815f61..4a0540e083f617053ab8ccb2b60a6af256c8ab2d 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -31,7 +31,6 @@
var Preferences = {
maxInlineTextChildLength: 80,
- minDrawerHeight: 24,
minSidebarWidth: 100,
minSidebarHeight: 75,
applicationTitle: "Developer Tools - %s"

Powered by Google App Engine
This is Rietveld 408576698