diff --git a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp index f727076d2..ccc3f6168 100644 --- a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp +++ b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp @@ -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) diff --git a/retroshare-gui/src/gui/feeds/ChanMsgItem.ui b/retroshare-gui/src/gui/feeds/ChanMsgItem.ui index 089690283..2bb06b2ab 100644 --- a/retroshare-gui/src/gui/feeds/ChanMsgItem.ui +++ b/retroshare-gui/src/gui/feeds/ChanMsgItem.ui @@ -168,6 +168,9 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Short Description</span></p></body></html> + + true + @@ -301,7 +304,7 @@ border-radius: 10px;} - QLabel#msgLabel{border: 2px solid #D3D3D3; + QLabel#msgLabel{border: 2px solid #238; border-radius: 10px;} @@ -319,6 +322,8 @@ border-radius: 10px;} + +