mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -04:00
Fixed layout problem (vertical scrollbar) in ChannelFeed.
Indent text of the channel message and set it to selectable. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4406 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d64b714982
commit
5e0e244b8a
3 changed files with 70 additions and 95 deletions
|
@ -163,7 +163,7 @@ void ChanMsgItem::updateItemStatic()
|
|||
}
|
||||
|
||||
msgLabel->setText(QString::fromStdWString(cmi.msg));
|
||||
msgLabel->setVisible(!cmi.msg.empty());
|
||||
msgWidget->setVisible(!cmi.msg.empty());
|
||||
|
||||
QDateTime qtime;
|
||||
qtime.setTime_t(cmi.ts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue