mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Resize columns to fit contents after setting the values
This commit is contained in:
@@ -143,6 +143,8 @@ void PerformanceCounterViewer::CaptureCounters()
|
||||
new QTableWidgetItem(FormatCounterResult(
|
||||
results[i], counterDescriptions[results[i].counterID])));
|
||||
}
|
||||
|
||||
ui->counterResults->resizeColumnsToContents();
|
||||
});
|
||||
|
||||
done = true;
|
||||
|
||||
Reference in New Issue
Block a user