diff --git a/application.qrc b/application.qrc index 755c18b..385f8be 100644 --- a/application.qrc +++ b/application.qrc @@ -9,7 +9,6 @@ res/icon.ico - res/zcashdlogo.gif res/tropical-hush.png res/tropical-hush-square.png res/logobig.gif diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3fbb5e0..fb0b976 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1330,7 +1330,6 @@ void MainWindow::setupPeersTab() { } void MainWindow::setupHushTab() { - // ui->hushlogo->setBasePixmap(QPixmap(":/img/res/zcashdlogo.gif")); QPixmap image(":/img/res/tropical-hush-square.png"); ui->hushlogo->setBasePixmap( image ); // image.scaled(600,600, Qt::KeepAspectRatioByExpanding, Qt::FastTransformation ) ); }