diff --git a/retroshare-gui/src/gui/ChannelFeed.ui b/retroshare-gui/src/gui/ChannelFeed.ui index 77a98cb9e..da3ed2d53 100644 --- a/retroshare-gui/src/gui/ChannelFeed.ui +++ b/retroshare-gui/src/gui/ChannelFeed.ui @@ -414,7 +414,7 @@ p, li { white-space: pre-wrap; } - QFrame{background-color: white;} + QFrame::StyledPanel diff --git a/retroshare-gui/src/gui/feeds/ChanMsgItem.ui b/retroshare-gui/src/gui/feeds/ChanMsgItem.ui index 986b14a43..8fb3ce171 100644 --- a/retroshare-gui/src/gui/feeds/ChanMsgItem.ui +++ b/retroshare-gui/src/gui/feeds/ChanMsgItem.ui @@ -6,37 +6,26 @@ 0 0 - 657 - 238 + 435 + 207 Form - - - 0 - - - 1 - - - 0 - - - 1 - + - + 0 0 - QFrame#frame{border: 2px solid black; -background: white;} + QFrame#frame{border: 3px solid #D3D3D3; +background: white; +border-radius: 10px;} QFrame::StyledPanel @@ -44,52 +33,26 @@ background: white;} QFrame::Raised - - - 0 - - - 0 - - - - - - - - 0 - 0 - - - - Remove Item - - - - - - - :/images/close_normal.png:/images/close_normal.png - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 16 - 26 - - - - - + + + + + + 120 + 90 + + + + + + + :/images/no-preview.png + + + + + + @@ -99,33 +62,51 @@ background: white;} + 11 75 true true - Connected + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:600; font-style:italic;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:normal; color:#656565;">Channel Subject</span></p></body></html> - + + + + + 0 + 0 + + + + Channel Description + + + + Qt::Horizontal - QSizePolicy::Preferred + QSizePolicy::Expanding - 1000 + 358 20 - + @@ -145,40 +126,47 @@ background: white;} - - - - - - + + - + 0 0 + + Play Media + - subjectLabel + + + + + :/images/player_play.png:/images/player_play.png - - - - Qt::Horizontal + + + + + 0 + 0 + - - QSizePolicy::Preferred + + Remove Item - - - 500 - 20 - + + - + + + :/images/close_normal.png:/images/close_normal.png + + - + @@ -198,45 +186,9 @@ background: white;} - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - - 0 - 0 - - - - Play Media - - - - - - - :/images/startall.png:/images/startall.png - - - - + QFrame::StyledPanel @@ -265,11 +217,25 @@ background: white;} + + + + Qt::Vertical + + + + 200 + 1 + + + + + diff --git a/retroshare-gui/src/gui/images.qrc b/retroshare-gui/src/gui/images.qrc index 01a644015..de300e683 100644 --- a/retroshare-gui/src/gui/images.qrc +++ b/retroshare-gui/src/gui/images.qrc @@ -1,5 +1,6 @@ + images/no-preview.png images/rs_wizard.png images/about.png images/irkick.png diff --git a/retroshare-gui/src/gui/images/no-preview.png b/retroshare-gui/src/gui/images/no-preview.png new file mode 100644 index 000000000..a30474c86 Binary files /dev/null and b/retroshare-gui/src/gui/images/no-preview.png differ