Changed the MainWindow icon to a higher resolution for better look & feel, when the logo is displayed on the Taskbar, same for the im status icons.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7653 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-11-01 16:39:06 +00:00
parent ea5b923428
commit 42b8ea6602
6 changed files with 1 additions and 1 deletions

View file

@ -209,7 +209,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
QDesktopServices::setUrlHandler("https", this, "externalLinkActivated");
// Setting icons
this->setWindowIcon(QIcon(QString::fromUtf8(":/images/logo/logo_16.png")));
this->setWindowIcon(QIcon(QString::fromUtf8(":/images/logo/logo_32.png")));
/* Create all the dialogs of which we only want one instance */
_bandwidthGraph = new BandwidthGraph();