commit | 699358f39b61599f314f72580e9f8ff096785bed | [log] [tgz] |
---|---|---|
author | Benedikt Meurer <[email protected]> | Fri Dec 15 12:50:01 2023 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 15 14:10:04 2023 |
tree | 607a2ceba660e01f35f0eac1fe04eea8c00ced4d | |
parent | 145a42dec70ff68a37c6659e779c9a6a1b2dc302 [diff] [blame] |
[elements] Show horizontal scroll bar for Properties tab. Screenshot: https://imgur.com/VeVWv8G.png Fixed: chromium:1283364 Change-Id: I20e88f10e1cd7b207c84b2c0c7c4b72385ceb81b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5126311 Auto-Submit: Benedikt Meurer <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
diff --git a/front_end/panels/sources/WatchExpressionsSidebarPane.ts b/front_end/panels/sources/WatchExpressionsSidebarPane.ts index c6659e4..e37c51a 100644 --- a/front_end/panels/sources/WatchExpressionsSidebarPane.ts +++ b/front_end/panels/sources/WatchExpressionsSidebarPane.ts
@@ -123,6 +123,7 @@ this.contentElement.setAttribute('jslog', `${VisualLogging.pane().context('debugger-watch')}`); this.contentElement.addEventListener('contextmenu', this.contextMenu.bind(this), false); this.treeOutline = new ObjectUI.ObjectPropertiesSection.ObjectPropertiesSectionsTreeOutline(); + this.treeOutline.hideOverflow(); this.treeOutline.setShowSelectionOnKeyboardFocus(/* show */ true); this.expandController =