Changed max height TextArea

This commit is contained in:
molan-git 2020-01-30 10:25:02 +01:00 committed by GitHub
parent 7dbcbeaeb6
commit a591dbfd6d
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(250, Math.min(800, implicitHeight))
height: Math.max(250, Math.min(900, implicitHeight))
//height: implicitHeight
horizontalAlignment: Text.AlignLeft
placeholderText: "What's on your mind?"