From 19e49560722d083f02724022c4cebbdff4f7425c Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sat, 3 Aug 2019 21:41:04 +0800 Subject: [PATCH] Minor UI cleanup. --- imports/Spectral/Component/Timeline/MessageDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index 18c39dd8e..b793a3409 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -66,6 +66,7 @@ ColumnLayout { Control { Layout.maximumWidth: messageListView.width - (!sentByMe ? 36 + messageRow.spacing : 0) - 48 + Layout.minimumHeight: 36 padding: 0