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:
committed by
Tobias Fella
parent
44ff2daad2
commit
436b3a1008
@@ -95,7 +95,7 @@ QQC2.Control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
width: chatScrollView.width
|
width: chatScrollView.width
|
||||||
spacing: 0
|
spacing: Kirigami.Units.smallSpacing
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
id: chatContentView
|
id: chatContentView
|
||||||
|
|||||||
Reference in New Issue
Block a user