Removed left padding from general settings page

This commit is contained in:
fourtf 2019-05-19 01:02:32 +02:00 committed by Rasmus Karlsson
parent 643e5342c9
commit 42cb0e4ec3

View file

@ -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;