mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-24 17:35:43 +02:00
chatview: hide the message bar scrollbars if there is no content
Gitlab: #978 Change-Id: Ifdc7306c6082c93f74fcb3e8472405d326faea74
This commit is contained in:
parent
ad7d8e136f
commit
c2d81149be
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ JamiFlickable {
|
|||
property var textAreaObj: textArea
|
||||
property alias placeholderText: textArea.placeholderText
|
||||
|
||||
ScrollBar.vertical.visible: textArea.text
|
||||
ScrollBar.horizontal.visible: textArea.text
|
||||
|
||||
signal sendMessagesRequired
|
||||
|
||||
function insertText(text) {
|
||||
|
|
Loading…
Add table
Reference in a new issue