mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05:00
moved post title to top (deprecates #2052)
This commit is contained in:
parent
d691454d57
commit
74d762d67c
2 changed files with 17 additions and 19 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue