Change margins to be a minimum instead of adding them

* The style itself may have added some margins and we don't want to add
  extra margins, just set a minimum.
This commit is contained in:
baldurk
2017-06-01 18:47:42 +01:00
parent 49243c0878
commit b311e65dbd
3 changed files with 7 additions and 10 deletions
+2
View File
@@ -85,6 +85,8 @@ EventBrowser::EventBrowser(ICaptureContext &ctx, QWidget *parent)
// becomes quickly infuriating to rearrange, just disable until that can be fixed.
ui->events->header()->setSectionsMovable(false);
ui->events->setItemVerticalMargin(3);
UpdateDurationColumn();
m_FindHighlight = new QTimer(this);