diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index 2d188a60a..ba58abec1 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -127,7 +127,6 @@ GeneralPage::GeneralPage() y->addWidget(scroll); auto x = new QHBoxLayout; auto layout = new SettingsLayout; - x->addStretch(1); x->addLayout(layout, 0); x->addStretch(1); auto z = new QFrame;