| Index: third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js b/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| index 0a2eb140680112c0c8c88624a7e1403629a6c4a9..64e13678e1a865faf2ffd6708298de6e2e5deac4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| @@ -114,7 +114,7 @@ QuickOpen.FilteredListWidget = class extends UI.VBox {
|
| showAsDialog() {
|
| this._dialog = new UI.Dialog();
|
| this._dialog.setMaxContentSize(new UI.Size(504, 340));
|
| - this._dialog.setSizeBehavior(UI.GlassPane.SizeBehavior.SetMaxHeight);
|
| + this._dialog.setSizeBehavior(UI.GlassPane.SizeBehavior.SetExactWidthMaxHeight);
|
| this._dialog.setContentPosition(null, 22);
|
| this.show(this._dialog.contentElement);
|
| this._dialog.show();
|
|
|