mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 02:51:45 -04:00
enabled word wrap for Channel Description in ChanneMsgItem
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3587 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
05e908df12
commit
17f48ccd61
2 changed files with 7 additions and 2 deletions
|
@ -128,7 +128,7 @@ void ChanMsgItem::updateItemStatic()
|
|||
"PNG");
|
||||
|
||||
label->setPixmap(thumbnail);
|
||||
label->setStyleSheet("QLabel#label{border: 2px solid #D3D3D3;border-radius: 2px;}");
|
||||
label->setStyleSheet("QLabel#label{border: 2px solid #D3D3D3;border-radius: 3px;}");
|
||||
}
|
||||
|
||||
if (mIsHome)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue