From 436b3a10080f0da4480483f5111799ad87a72cbb Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 16 Feb 2026 14:37:35 -0500 Subject: [PATCH] Use the same spacing in chat bar as we do for messages This fixes the odd spacing around some components like replies, especially after d2aa8d672d3c7d2492ef7ad6277ca5572a3c4031. --- src/chatbar/ChatBarCore.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatbar/ChatBarCore.qml b/src/chatbar/ChatBarCore.qml index 8fe229b06..dff408d4b 100644 --- a/src/chatbar/ChatBarCore.qml +++ b/src/chatbar/ChatBarCore.qml @@ -95,7 +95,7 @@ QQC2.Control { } width: chatScrollView.width - spacing: 0 + spacing: Kirigami.Units.smallSpacing Repeater { id: chatContentView