From 0f3e054778a468db43817eac1d5976d806f0304d Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 23 Oct 2020 22:06:13 +0200 Subject: [PATCH] moved attach button to second tab of create channel msg (information redundancy). Added some tooltips --- .../gui/gxschannels/CreateGxsChannelMsg.ui | 21 ++++++------------- .../gxschannels/GxsChannelPostThumbnail.cpp | 2 +- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui index 185639054..db3da194f 100644 --- a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui +++ b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui @@ -185,6 +185,9 @@ p, li { white-space: pre-wrap; } + + <html><head/><body><p>Choose aspect ratio policy.</p><p>In 'Auto' mode, the most suitable </p><p>aspect ratio is chosen for you.</p></body></html> + 24 @@ -213,19 +216,6 @@ p, li { white-space: pre-wrap; } - - - - Add File to Attach - - - - 24 - 24 - - - - @@ -305,7 +295,7 @@ p, li { white-space: pre-wrap; } - + :/icons/png/add-file.png:/icons/png/add-file.png @@ -329,7 +319,7 @@ p, li { white-space: pre-wrap; } 0 0 - 81 + 84 24 @@ -514,6 +504,7 @@ p, li { white-space: pre-wrap; } + diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp index ea887212c..eb890b075 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp @@ -118,7 +118,7 @@ void ChannelPostThumbnailView::init(const RsGxsChannelPost& post) mPostImage->setPicture(thumbnail); if(mFlags & FLAG_ALLOW_PAN) - mPostImage->setToolTip(tr("Use mouse to center and zoom into the image")); + mPostImage->setToolTip(tr("Use mouse to center and zoom\ninto the image, so as to\n crop it for your post.")); QVBoxLayout *layout = new QVBoxLayout(this);