mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
Improved Create comment dialog for channel/posted comments replies
*Improved Create comment dialog for channel/posted comment replies *Update forum icons use the new flat one green/black *Changed the context menu icon for Pin post *Fixed for "new thread" dialog the title icon *Added new circle icons for later to use
This commit is contained in:
parent
59d48b1191
commit
2d096e3179
22 changed files with 564 additions and 53 deletions
|
|
@ -126,7 +126,7 @@ QString GxsForumsDialog::icon(IconType type)
|
|||
case ICON_OTHER_GROUP:
|
||||
return ":/icons/png/feed-other.png";
|
||||
case ICON_DEFAULT:
|
||||
return ":/images/konversation.png";
|
||||
return ":/icons/png/forums-default.png";
|
||||
}
|
||||
|
||||
return "";
|
||||
|
|
@ -191,6 +191,6 @@ void GxsForumsDialog::groupInfoToGroupItemInfo(const RsGroupMetaData &groupInfo,
|
|||
//if (IS_GROUP_ADMIN(groupInfo.mSubscribeFlags))
|
||||
// groupItemInfo.icon = QIcon(":images/konv_message2.png");
|
||||
if ((IS_GROUP_PGP_AUTHED(groupInfo.mSignFlags)) || (IS_GROUP_MESSAGE_TRACKING(groupInfo.mSignFlags)) )
|
||||
groupItemInfo.icon = QIcon(":images/konv_message3.png");
|
||||
groupItemInfo.icon = QIcon(":icons/png/forums-signed.png");
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue