diff --git a/res/logobig.gif b/res/logobig.gif index 8351b1a..dfd0f5f 100644 Binary files a/res/logobig.gif and b/res/logobig.gif differ diff --git a/src/connection.cpp b/src/connection.cpp index d11600b..aff27db 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -17,7 +17,7 @@ ConnectionLoader::ConnectionLoader(MainWindow* main, RPC* rpc) { connD = new Ui_ConnectionDialog(); connD->setupUi(d); QPixmap logo(":/img/res/logobig.gif"); - connD->topIcon->setBasePixmap(logo.scaled(256, 256, Qt::KeepAspectRatio, Qt::SmoothTransformation)); + connD->topIcon->setBasePixmap(logo.scaled(512, 512, Qt::KeepAspectRatio, Qt::SmoothTransformation)); } ConnectionLoader::~ConnectionLoader() { @@ -137,7 +137,7 @@ void ConnectionLoader::createZcashConf() { ui.setupUi(&d); QPixmap logo(":/img/res/zcashdlogo.gif"); - ui.lblTopIcon->setBasePixmap(logo.scaled(256, 256, Qt::KeepAspectRatio, Qt::SmoothTransformation)); + ui.lblTopIcon->setBasePixmap(logo.scaled(512,512, Qt::KeepAspectRatio, Qt::SmoothTransformation)); ui.btnPickDir->setEnabled(false); ui.grpAdvanced->setVisible(false); diff --git a/src/connection.ui b/src/connection.ui index 7514b61..034dd74 100644 --- a/src/connection.ui +++ b/src/connection.ui @@ -10,7 +10,7 @@ 0 0 513 - 201 + 513 @@ -55,7 +55,7 @@ - Starting Up + The Dragon Awakens... Qt::AlignCenter