Add option to ignore icon size when sizing rows in a RDTreeView

This commit is contained in:
baldurk
2017-07-13 13:57:33 +01:00
parent b254cd7ac1
commit df9f72b857
3 changed files with 28 additions and 5 deletions
+1
View File
@@ -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);