mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Removed left padding from general settings page
This commit is contained in:
parent
5e7a1c4eb9
commit
9430cb1c84
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue