High DPI logo

This commit is contained in:
coral 2018-01-07 12:03:04 -08:00
parent 6f1f91e78e
commit 1348032b57
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View file

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