From 792be7acff88f3c35d5017bd22553c1d4b70eed4 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 24 Nov 2020 12:02:10 +0100 Subject: [PATCH] Improve spacing --- imports/NeoChat/Component/Timeline/MessageDelegate.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imports/NeoChat/Component/Timeline/MessageDelegate.qml b/imports/NeoChat/Component/Timeline/MessageDelegate.qml index 0c90c7bf0..6688cc290 100644 --- a/imports/NeoChat/Component/Timeline/MessageDelegate.qml +++ b/imports/NeoChat/Component/Timeline/MessageDelegate.qml @@ -81,12 +81,11 @@ RowLayout { hoverEnabled: true contentItem: ColumnLayout { id: column - spacing: Kirigami.Units.smallSpacing + spacing: showAuthor ? Kirigami.Units.smallSpacing : 0 RowLayout { id: rowLayout Layout.fillWidth: true - Layout.minimumHeight: 1 QQC2.Label { Layout.fillWidth: true topInset: 0