Expiry dialogue: Add 'actionsGroup' to layout

Otherwise it appeared as a spurious line at the top left, and
prevented the "Expire read after" checkbox being clicked on.
wilder
Jonathan Marten 5 years ago
parent a5063549d7
commit dae8c5c926
  1. 1
      src/collectionpage/collectionexpirywidget.cpp

@ -66,6 +66,7 @@ CollectionExpiryWidget::CollectionExpiryWidget(QWidget *parent)
QGroupBox *actionsGroup = new QGroupBox(this);
actionsGroup->setFlat(true); // for mutual exclusion of the radio buttons
globalVBox->addWidget(actionsGroup);
QHBoxLayout *moveToHBox = new QHBoxLayout();
moveToHBox->setContentsMargins(0, 0, 0, 0);

Loading…
Cancel
Save