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

Unified Diff: Source/devtools/front_end/elements/StylesSidebarPane.js

Issue 1182483008: Regression : Unwated white space seen in Styles section after resizing the devtools window. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/StylesSidebarPane.js
diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js
index d2a8e3540486e30a686d779684a420001cba17f6..d59fcc02083c749468e9bb1b4b8592141190312b 100644
--- a/Source/devtools/front_end/elements/StylesSidebarPane.js
+++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
@@ -35,6 +35,7 @@
WebInspector.StylesSidebarPane = function(requestShowCallback)
{
WebInspector.ElementsSidebarPane.call(this, WebInspector.UIString("Styles"));
+ this.setMinimumSize(96, 26);
this.element.addEventListener("contextmenu", this._contextMenuEventFired.bind(this), true);
WebInspector.moduleSetting("colorFormat").addChangeListener(this.update.bind(this));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698