mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
Merge pull request #1435 from defnax/master
Added new flat icons for the forums & posted group tree
This commit is contained in:
commit
bc7249e4b9
15 changed files with 394 additions and 8 deletions
|
|
@ -102,13 +102,13 @@ QString PostedDialog::icon(IconType type)
|
|||
case ICON_NEW:
|
||||
return ":/icons/png/add.png";
|
||||
case ICON_YOUR_GROUP:
|
||||
return ":/images/folder16.png";
|
||||
return ":/icons/png/feedreader.png";
|
||||
case ICON_SUBSCRIBED_GROUP:
|
||||
return ":/images/folder_red.png";
|
||||
return ":/icons/png/feed-subscribed.png";
|
||||
case ICON_POPULAR_GROUP:
|
||||
return ":/images/folder_green.png";
|
||||
return ":/icons/png/feed-popular.png";
|
||||
case ICON_OTHER_GROUP:
|
||||
return ":/images/folder_yellow.png";
|
||||
return ":/icons/png/feed-other.png";
|
||||
case ICON_DEFAULT:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue