mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
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
|
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 a new issue