mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
moved the "new" button on top right position and file label to the right
This commit is contained in:
parent
765664b4f8
commit
99a106d277
2 changed files with 18 additions and 17 deletions
|
@ -524,6 +524,7 @@ void GxsChannelPostItem::fill()
|
|||
void GxsChannelPostItem::fillExpandFrame()
|
||||
{
|
||||
ui->msgLabel->setText(RsHtml().formatText(NULL, QString::fromUtf8(mPost.mMsg.c_str()), RSHTML_FORMATTEXT_EMBED_SMILEYS | RSHTML_FORMATTEXT_EMBED_LINKS));
|
||||
ui->msgFrame->setVisible(!mPost.mMsg.empty());
|
||||
}
|
||||
|
||||
QString GxsChannelPostItem::messageName()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue