Adjust TextArea height

This commit is contained in:
molan-git 2020-01-31 11:01:08 +01:00 committed by GitHub
parent dbc82c7008
commit 9384da4f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ Page {
text: description !== "" && (description.charAt(0) == '@'
|| description.charAt(
0) == '#') ? description + ' ' : ''
height: Math.max(300, Math.min(900, implicitHeight))
height: Math.max(270, Math.min(900, implicitHeight))
//height: implicitHeight
horizontalAlignment: Text.AlignLeft
placeholderText: qsTr("What's on your mind?")