mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Right align both durations in event browser and perf counter data
This commit is contained in:
@@ -84,6 +84,8 @@ EventBrowser::EventBrowser(ICaptureContext &ctx, QWidget *parent)
|
||||
ui->events->header()->setSectionResizeMode(COL_DRAW, QHeaderView::Interactive);
|
||||
ui->events->header()->setSectionResizeMode(COL_DURATION, QHeaderView::Interactive);
|
||||
|
||||
ui->events->setColumnAlignment(COL_DURATION, Qt::AlignRight | Qt::AlignCenter);
|
||||
|
||||
ui->events->header()->setMinimumSectionSize(40);
|
||||
|
||||
ui->events->header()->setSectionsMovable(true);
|
||||
|
||||
Reference in New Issue
Block a user