Home
last modified time | relevance | path

Searched refs:manualHeight (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts67 private manualHeight = 0; property in SpChartList
145 if (this.manualHeight > 0) {
146 this.style.height = `${Math.min(this.maxHeight, this.manualHeight)}px`;
325 this.manualHeight = newHeight;
406 this.manualHeight = 0;