diff --git a/retroshare-gui/src/gui/advsearch/AdvancedSearchDialog.ui b/retroshare-gui/src/gui/advsearch/AdvancedSearchDialog.ui
index 1c3549f50..5926e8d94 100644
--- a/retroshare-gui/src/gui/advsearch/AdvancedSearchDialog.ui
+++ b/retroshare-gui/src/gui/advsearch/AdvancedSearchDialog.ui
@@ -18,7 +18,16 @@
:/images/logo/logo_16.png:/images/logo/logo_16.png
-
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
0
-
@@ -63,7 +72,16 @@
0
-
+
+ 2
+
+
+ 2
+
+
+ 2
+
+
2
-
@@ -93,7 +111,7 @@
20
- 40
+ 9
@@ -106,7 +124,16 @@
6
-
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
0
-
@@ -115,7 +142,7 @@
Add a further search criterion.
-
+
:/images/add_24x24.png:/images/add_24x24.png
diff --git a/retroshare-gui/src/gui/advsearch/advancedsearchdialog.cpp b/retroshare-gui/src/gui/advsearch/advancedsearchdialog.cpp
index ab1476579..eb9b9ce83 100644
--- a/retroshare-gui/src/gui/advsearch/advancedsearchdialog.cpp
+++ b/retroshare-gui/src/gui/advsearch/advancedsearchdialog.cpp
@@ -21,6 +21,7 @@
*******************************************************************************/
#include "advancedsearchdialog.h"
+#include "gui/common/FilesDefs.h"
AdvancedSearchDialog::AdvancedSearchDialog(QWidget * parent) : QDialog (parent)
{
@@ -50,6 +51,8 @@ AdvancedSearchDialog::AdvancedSearchDialog(QWidget * parent) : QDialog (parent)
this, SLOT(reset()));
connect(this->executeButton, SIGNAL(clicked()),
this, SLOT(prepareSearch()));
+
+ addExprButton->setIcon(FilesDefs::getIconFromQtResourcePath(":/icons/png/add.png"));
}
diff --git a/retroshare-gui/src/gui/help/browser/helpbrowser.ui b/retroshare-gui/src/gui/help/browser/helpbrowser.ui
index 824ffcb80..b3c288b97 100644
--- a/retroshare-gui/src/gui/help/browser/helpbrowser.ui
+++ b/retroshare-gui/src/gui/help/browser/helpbrowser.ui
@@ -14,8 +14,8 @@
RetroShare Help
-
- :/images/help.png:/images/help.png
+
+ :/images/logo/logo_24.png:/images/logo/logo_24.png
true
diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
index 7d5730b39..3f37155dc 100644
--- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
+++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
@@ -1191,16 +1191,21 @@ ChannelsCommentsItem QFrame#mainFrame, BoardsCommentsItem QFrame#mainFrame {
}
ChannelsCommentsItem QLabel#newCommentLabel, BoardsCommentsItem QLabel#newCommentLabel {
- font: 14px;
+ font-size: 14px;
font: bold;
}
ChannelsCommentsItem QLabel#subjectLabel, ChannelsCommentsItem QLabel#titleLabel , QLabel#nameLabel {
- font: 14px;
+ font-size: 14px;
font: bold;
}
BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel {
- font: 14px;
+ font-size: 14px;
font: bold;
}
+
+NewFriendList QTreeView#peerTreeWidget::item:selected {
+ background-color: #cde8ff;
+}
+