feat: add space between the last chat and the chat input

This commit is contained in:
Jonathan Rainville 2020-07-15 17:15:01 -04:00 committed by Iuri Matias
parent 851eb82026
commit 262941e839
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ ScrollView {
ListView {
id: chatLogView
anchors.fill: parent
anchors.bottomMargin: Style.current.bigPadding
spacing: 4
boundsBehavior: Flickable.StopAtBounds
Layout.fillWidth: true