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

Unified Diff: Source/devtools/front_end/ui_lazy/DataGrid.js

Issue 1309603002: DevTools: [timeline tree view] edge of datagrid cut off (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | Source/devtools/front_end/ui_lazy/ViewportDataGrid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui_lazy/DataGrid.js
diff --git a/Source/devtools/front_end/ui_lazy/DataGrid.js b/Source/devtools/front_end/ui_lazy/DataGrid.js
index 7f81b0ed130a2e5a7c1e23bc2b35ada11d8f41c8..a6059d28d9d8854e0170f3820ee26abf1690c8ba 100644
--- a/Source/devtools/front_end/ui_lazy/DataGrid.js
+++ b/Source/devtools/front_end/ui_lazy/DataGrid.js
@@ -230,7 +230,6 @@ WebInspector.DataGrid.prototype = {
this._bottomFillerRow.style.height = bottom + "px";
else
this._bottomFillerRow.style.height = "auto";
- this.element.classList.toggle("data-grid-fits-viewport", top + bottom === 0);
},
/**
« no previous file with comments | « no previous file | Source/devtools/front_end/ui_lazy/ViewportDataGrid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698