Removed left padding from general settings page
This commit is contained in:
@@ -127,7 +127,6 @@ GeneralPage::GeneralPage()
|
|||||||
y->addWidget(scroll);
|
y->addWidget(scroll);
|
||||||
auto x = new QHBoxLayout;
|
auto x = new QHBoxLayout;
|
||||||
auto layout = new SettingsLayout;
|
auto layout = new SettingsLayout;
|
||||||
x->addStretch(1);
|
|
||||||
x->addLayout(layout, 0);
|
x->addLayout(layout, 0);
|
||||||
x->addStretch(1);
|
x->addStretch(1);
|
||||||
auto z = new QFrame;
|
auto z = new QFrame;
|
||||||
|
|||||||
Reference in New Issue
Block a user