Merge pull request #1435 from defnax/master

Added new flat icons for the forums & posted group tree
This commit is contained in:
csoler 2018-12-22 21:44:54 +01:00 committed by GitHub
commit bc7249e4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 394 additions and 8 deletions

View file

@ -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 "";
}