mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Update logo in Launcher
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 32 KiB |
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user