mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
High DPI logo
This commit is contained in:
parent
6f1f91e78e
commit
1348032b57
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 42 KiB |
|
@ -463,7 +463,7 @@ QVBoxLayout *SettingsDialog::createAboutTab()
|
|||
image.load(":/images/aboutlogo.png");
|
||||
|
||||
auto aboutimage = new QLabel();
|
||||
aboutimage->setPixmap(image);
|
||||
aboutimage->setPixmap(image.scaled(QSize(631,132)));
|
||||
layout->addWidget(aboutimage);
|
||||
|
||||
auto created = new QLabel();
|
||||
|
|
Loading…
Reference in a new issue