Update logo in Launcher

This commit is contained in:
Emil Axelsson
2017-10-18 17:12:30 +02:00
parent 7eb65c54be
commit 3307b3f3bc
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 32 KiB

+1 -1
View File
@@ -92,7 +92,7 @@ MainWindow::MainWindow()
//image->setContentsMargins(0, 0, 0, 0);
image->setObjectName("Image");
QPixmap p = QPixmap(":/images/header.png");
image->setPixmap(p.scaledToWidth(WindowSize.width()));
image->setPixmap(p);
layout->addWidget(image, 0, 0, 1, 2);