diff --git a/retroshare-gui/src/gui/feeds/MsgItem.ui b/retroshare-gui/src/gui/feeds/MsgItem.ui
index b0a6f2075..b6d0abc98 100644
--- a/retroshare-gui/src/gui/feeds/MsgItem.ui
+++ b/retroshare-gui/src/gui/feeds/MsgItem.ui
@@ -6,8 +6,8 @@
0
0
- 438
- 146
+ 643
+ 140
@@ -17,7 +17,7 @@
-
-
+
0
0
@@ -71,10 +71,7 @@
-
-
-
- 0
-
+
0
@@ -117,7 +114,7 @@
- -
+
-
Qt::Horizontal
@@ -133,7 +130,7 @@
- -
+
-
@@ -146,7 +143,7 @@
- -
+
-
@@ -162,121 +159,125 @@
- -
-
-
- Qt::NoFocus
-
-
- Reply to Message
-
-
- Reply Message
-
-
-
- :/images/mail_reply.png:/images/mail_reply.png
-
-
- Qt::ToolButtonTextBesideIcon
-
-
- true
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 424
- 20
-
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- Qt::NoFocus
-
-
- Delete Message
-
-
-
- :/images/mail_delete.png:/images/mail_delete.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- Qt::NoFocus
-
-
- Play Media
-
-
-
- :/images/startall.png:/images/startall.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- Qt::NoFocus
-
-
- Expand
-
-
-
- :/images/edit_add24.png:/images/edit_add24.png
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- Qt::NoFocus
-
-
- Remove Item
-
-
-
- :/images/close_normal.png:/images/close_normal.png
-
-
+
-
+
+
-
+
+
+ Qt::NoFocus
+
+
+ Reply to Message
+
+
+ Reply Message
+
+
+
+ :/images/mail_reply.png:/images/mail_reply.png
+
+
+ Qt::ToolButtonTextBesideIcon
+
+
+ true
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 424
+ 20
+
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ Qt::NoFocus
+
+
+ Delete Message
+
+
+
+ :/images/mail_delete.png:/images/mail_delete.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ Qt::NoFocus
+
+
+ Play Media
+
+
+
+ :/images/startall.png:/images/startall.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ Qt::NoFocus
+
+
+ Expand
+
+
+
+ :/images/edit_add24.png:/images/edit_add24.png
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ Qt::NoFocus
+
+
+ Remove Item
+
+
+
+ :/images/close_normal.png:/images/close_normal.png
+
+
+
+
diff --git a/retroshare-gui/src/gui/feeds/SecurityItem.ui b/retroshare-gui/src/gui/feeds/SecurityItem.ui
index 39aceb338..ba7f859b2 100644
--- a/retroshare-gui/src/gui/feeds/SecurityItem.ui
+++ b/retroshare-gui/src/gui/feeds/SecurityItem.ui
@@ -6,8 +6,8 @@
0
0
- 856
- 268
+ 762
+ 263
@@ -108,6 +108,12 @@
-
+
+ 6
+
+
+ 0
+
-
@@ -133,9 +139,13 @@
+ Tahoma
+ 9
75
true
true
+ PreferAntialias
+ true
@@ -397,6 +407,19 @@
+ -
+
+
+ Qt::Vertical
+
+
+
+ 10
+ 1
+
+
+
+
diff --git a/retroshare-gui/src/gui/images/splash.png b/retroshare-gui/src/gui/images/splash.png
index 06e1bc084..33dc36218 100644
Binary files a/retroshare-gui/src/gui/images/splash.png and b/retroshare-gui/src/gui/images/splash.png differ
diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
index 54ee0584a..1b200cd5c 100644
--- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
+++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
@@ -427,13 +427,12 @@ PeerItem QLabel#peerNameLabel {
}
MsgItem > QFrame#frame {
- border: 2px solid blue;
+ border: 2px solid #3EA2FF;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
border-radius: 10px;
}
MsgItem QWidget#avatar {
- border: 2px solid blue;
background-color: #2291E0;
}