mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
reformat settingsdialog.cpp
this is just a reason to push a build to try out the CI
This commit is contained in:
parent
1eb256bd4e
commit
ca0d672609
|
@ -463,7 +463,7 @@ QVBoxLayout *SettingsDialog::createAboutTab()
|
||||||
image.load(":/images/aboutlogo.png");
|
image.load(":/images/aboutlogo.png");
|
||||||
|
|
||||||
auto aboutimage = new QLabel();
|
auto aboutimage = new QLabel();
|
||||||
aboutimage->setPixmap(image.scaled(QSize(631,132)));
|
aboutimage->setPixmap(image.scaled(QSize(631, 132)));
|
||||||
layout->addWidget(aboutimage);
|
layout->addWidget(aboutimage);
|
||||||
|
|
||||||
auto created = new QLabel();
|
auto created = new QLabel();
|
||||||
|
|
Loading…
Reference in a new issue