Use the same spacing in chat bar as we do for messages

This fixes the odd spacing around some components like replies,
especially after d2aa8d672d.
This commit is contained in:
Joshua Goins
2026-02-16 14:37:35 -05:00
committed by Tobias Fella
parent 44ff2daad2
commit 436b3a1008

View File

@@ -95,7 +95,7 @@ QQC2.Control {
}
width: chatScrollView.width
spacing: 0
spacing: Kirigami.Units.smallSpacing
Repeater {
id: chatContentView