Fix flickable direction for MessageInput
This commit is contained in:
parent
e742869385
commit
6f17e2ff6e
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ Rectangle {
|
|||
Layout.fillWidth: true
|
||||
clip: true
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
flickableDirection: Flickable.VerticalFlick
|
||||
implicitWidth: textArea.width
|
||||
implicitHeight: textArea.height
|
||||
contentWidth: textArea.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue