mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-12 20:36:02 +08:00
chatview: hide the message bar scrollbars if there is no content
Gitlab: #978 Change-Id: Ifdc7306c6082c93f74fcb3e8472405d326faea74
This commit is contained in:
committed by
Sébastien Blin
parent
ad7d8e136f
commit
c2d81149be
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user