mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add option to ignore icon size when sizing rows in a RDTreeView
This commit is contained in:
@@ -91,6 +91,7 @@ EventBrowser::EventBrowser(ICaptureContext &ctx, QWidget *parent)
|
||||
ui->events->header()->setCascadingSectionResizes(false);
|
||||
|
||||
ui->events->setItemVerticalMargin(3);
|
||||
ui->events->setIgnoreIconSize(true);
|
||||
|
||||
// set up default section layout. This will be overridden in restoreState()
|
||||
ui->events->header()->resizeSection(COL_EID, 80);
|
||||
|
||||
Reference in New Issue
Block a user