mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04: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
|
@ -86,7 +86,7 @@ CreateGxsForumMsg::CreateGxsForumMsg(const RsGxsGroupId &fId, const RsGxsMessage
|
|||
QString text = mOId.isNull()?(pId.isNull() ? tr("Start New Thread") : tr("Post Forum Message")):tr("Edit Message");
|
||||
setWindowTitle(text);
|
||||
|
||||
ui.headerFrame->setHeaderImage(QPixmap(":/images/konversation64.png"));
|
||||
ui.headerFrame->setHeaderImage(QPixmap(":/icons/png/forums.png"));
|
||||
ui.headerFrame->setHeaderText(text);
|
||||
|
||||
ui.generateSpinBox->setEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue