moved post title to top (deprecates #2052)

This commit is contained in:
csoler 2020-09-08 21:26:16 +02:00
parent d691454d57
commit 74d762d67c
2 changed files with 17 additions and 19 deletions

View file

@ -705,7 +705,7 @@ void GxsChannelPostsWidgetWithModel::showPostDetails()
ui->postLogo_LB->setFixedSize(W,postImage.height()/(float)postImage.width()*W);
ui->postName_LB->setText(QString::fromUtf8(post.mMeta.mMsgName.c_str()));
ui->postName_LB->setFixedWidth(W);
ui->postTime_LB->setText(QDateTime::fromMSecsSinceEpoch(post.mMeta.mPublishTs*1000).toString("MM/dd/yyyy, hh:mm"));
ui->postTime_LB->setFixedWidth(W);