mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
Added border style sheet for the Channel Thumbnail Label.
Fixed to not allow to stretch the Description Label, when text is too big, then view the full text when frame is shown. Removed one Button on PeerItem and use now a menu when want use the Advanced Messaging git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3478 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
690194d38f
commit
a57ebbe623
4 changed files with 28 additions and 31 deletions
|
@ -128,6 +128,7 @@ void ChanMsgItem::updateItemStatic()
|
|||
"PNG");
|
||||
|
||||
label->setPixmap(thumbnail);
|
||||
label->setStyleSheet("QLabel#label{border: 2px solid #D3D3D3;border-radius: 2px;}");
|
||||
}
|
||||
|
||||
if (mIsHome)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue