Remove duplicate margins

wilder
Laurent Montel 5 years ago
parent 3e782fc690
commit 62c80a4e0c
  1. 1
      src/collectionpage/collectionexpirywidget.cpp

@ -29,6 +29,7 @@ CollectionExpiryWidget::CollectionExpiryWidget(QWidget *parent)
: QWidget(parent)
{
QVBoxLayout *globalVBox = new QVBoxLayout(this);
globalVBox->setContentsMargins({});
QGridLayout *daysBox = new QGridLayout;

Loading…
Cancel
Save