moved the "new" button on top right position and file label to the right

This commit is contained in:
csoler 2020-01-18 17:42:28 +01:00
parent 765664b4f8
commit 99a106d277
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 18 additions and 17 deletions

View file

@ -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()