Added window icon for the application. All windows without a parent are now showing this icon.

Tweaked standard style of the feed items.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5545 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-09-13 09:52:17 +00:00
parent 7505fa35e8
commit 5c5776d486
4 changed files with 68 additions and 71 deletions

View file

@ -92,6 +92,9 @@ Rshare::Rshare(QStringList args, int &argc, char **argv, const QString &dir)
{
qInstallMsgHandler(qt_msg_handler);
/* set default window icon */
setWindowIcon(QIcon(":/images/rstray3.png"));
/* Read in all our command-line arguments. */
parseArguments(args);