mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
7505fa35e8
commit
5c5776d486
4 changed files with 68 additions and 71 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue