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:
defnax 2010-10-02 00:57:17 +00:00
parent 05e908df12
commit 17f48ccd61
2 changed files with 7 additions and 2 deletions

View file

@ -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)