Browse Source

Clean up

pull/67/head
Duke Leto 3 years ago
parent
commit
d374c74f00
  1. 1
      application.qrc
  2. 1
      src/mainwindow.cpp

1
application.qrc

@ -9,7 +9,6 @@
<file>res/icon.ico</file>
</qresource>
<qresource prefix="/img">
<file>res/zcashdlogo.gif</file>
<file>res/tropical-hush.png</file>
<file>res/tropical-hush-square.png</file>
<file>res/logobig.gif</file>

1
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 ) );
}

Loading…
Cancel
Save