mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 18:04:21 -07:00
Qt: Replace the remaining use of 86box.png with .ico
This commit is contained in:
@@ -38,11 +38,6 @@ VMManagerAddMachine::
|
||||
setPage(Page_NameAndLocation, new NameAndLocationPage);
|
||||
setPage(Page_Conclusion, new ConclusionPage);
|
||||
|
||||
// Need to create a better image
|
||||
// QPixmap originalPixmap(":/assets/86box.png");
|
||||
// QPixmap scaledPixmap = originalPixmap.scaled(150, 150, Qt::KeepAspectRatio);
|
||||
QPixmap wizardPixmap(":/assets/86box-wizard.png");
|
||||
|
||||
#ifndef Q_OS_MACOS
|
||||
setWizardStyle(ModernStyle);
|
||||
setPixmap(LogoPixmap, QPixmap(":assets/addvm-logo.png"));
|
||||
|
||||
Reference in New Issue
Block a user