From 117bfb4790961b8c327b2a4a197987a80b9e4dec Mon Sep 17 00:00:00 2001 From: expectocode Date: Sat, 11 May 2019 17:01:06 +0100 Subject: [PATCH] squarify files --- .../Spectral/Component/Timeline/FileDelegate.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/imports/Spectral/Component/Timeline/FileDelegate.qml b/imports/Spectral/Component/Timeline/FileDelegate.qml index 1fa994c..b1f26dd 100644 --- a/imports/Spectral/Component/Timeline/FileDelegate.qml +++ b/imports/Spectral/Component/Timeline/FileDelegate.qml @@ -106,10 +106,10 @@ RowLayout { width: parent.width / 2 height: parent.height / 2 - visible: !sentByMe && (bubbleShape == 3 || bubbleShape == 2) + visible: true color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent - radius: 2 + radius: 5 } Rectangle { @@ -119,10 +119,10 @@ RowLayout { width: parent.width / 2 height: parent.height / 2 - visible: sentByMe && (bubbleShape == 3 || bubbleShape == 2) + visible: true color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent - radius: 2 + radius: 5 } Rectangle { @@ -132,10 +132,10 @@ RowLayout { width: parent.width / 2 height: parent.height / 2 - visible: !sentByMe && (bubbleShape == 1 || bubbleShape == 2) + visible: true color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent - radius: 2 + radius: 5 } Rectangle { @@ -145,10 +145,10 @@ RowLayout { width: parent.width / 2 height: parent.height / 2 - visible: sentByMe && (bubbleShape == 1 || bubbleShape == 2) + visible: true color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent - radius: 2 + radius: 5 } AutoMouseArea {