Remove double margin

wilder-5.14
Laurent Montel 8 years ago
parent 42db878101
commit be363ae0c8
  1. 1
      klipper/configdialog.cpp

@ -378,6 +378,7 @@ AdvancedWidget::AdvancedWidget( QWidget *parent )
: QWidget(parent)
{
QVBoxLayout *mainLayout = new QVBoxLayout(this);
mainLayout->setMargin(0);
QGroupBox *groupBox = new QGroupBox(i18n("D&isable Actions for Windows of Type WM_CLASS"), this);
groupBox->setLayout(new QVBoxLayout(groupBox));

Loading…
Cancel
Save