commit f86a8e659ce15936b416e7ac5c00bc09d442ea46
parent 20964d0787727e17ea952b30aeb70d9352866675
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 27 Aug 2017 14:39:19 +0200
Minimal css change
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/qml/ui/chat.ui b/qml/ui/chat.ui
@@ -632,6 +632,10 @@ border-radius: 5px;</string>
<height>91</height>
</size>
</property>
+ <property name="styleSheet">
+ <string notr="true">background-color:rgb(246, 246, 246);
+border-radius: 2px;</string>
+ </property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<widget class="QLabel" name="RoomImage">