mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added new icon for Posted (patch from defnax)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7473 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1485361a1e
commit
2347f9e9b1
@ -37,13 +37,12 @@ bool PostedUserNotify::hasSetting(QString *name, QString *group)
|
||||
|
||||
QIcon PostedUserNotify::getIcon()
|
||||
{
|
||||
return QIcon(":/images/wikibook_32.png");
|
||||
return QIcon(":/images/posted_32.png");
|
||||
}
|
||||
|
||||
QIcon PostedUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
//TODO: add new icon
|
||||
return hasNew ? QIcon(":/images/wikibook_32.png") : QIcon(":/images/wikibook_32.png");
|
||||
return hasNew ? QIcon(":/images/posted_32_new.png") : QIcon(":/images/posted_32.png");
|
||||
}
|
||||
|
||||
void PostedUserNotify::iconClicked()
|
||||
|
@ -10,5 +10,6 @@
|
||||
<file>images/posted_add_64.png</file>
|
||||
<file>images/hot_24.png</file>
|
||||
<file>images/new_24.png</file>
|
||||
<file>images/posted_32_new.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
retroshare-gui/src/gui/Posted/images/posted_32_new.png
Normal file
BIN
retroshare-gui/src/gui/Posted/images/posted_32_new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user