Fix flickable direction for MessageInput
This commit is contained in:
parent
e742869385
commit
6f17e2ff6e
@ -97,6 +97,7 @@ Rectangle {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
clip: true
|
clip: true
|
||||||
boundsBehavior: Flickable.StopAtBounds
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
|
flickableDirection: Flickable.VerticalFlick
|
||||||
implicitWidth: textArea.width
|
implicitWidth: textArea.width
|
||||||
implicitHeight: textArea.height
|
implicitHeight: textArea.height
|
||||||
contentWidth: textArea.width
|
contentWidth: textArea.width
|
||||||
|
Loading…
Reference in New Issue
Block a user