feat: add space between the last chat and the chat input
This commit is contained in:
parent
851eb82026
commit
262941e839
|
@ -37,6 +37,7 @@ ScrollView {
|
|||
ListView {
|
||||
id: chatLogView
|
||||
anchors.fill: parent
|
||||
anchors.bottomMargin: Style.current.bigPadding
|
||||
spacing: 4
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in New Issue