1
0
Fork 0
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:
Andreas Traczyk 2023-02-10 11:13:23 -05:00 committed by Sébastien Blin
parent ad7d8e136f
commit c2d81149be

View file

@ -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) {