Changed max height TextArea
This commit is contained in:
parent
7dbcbeaeb6
commit
a591dbfd6d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ Page {
|
||||||
text: description !== "" && (description.charAt(0) == '@'
|
text: description !== "" && (description.charAt(0) == '@'
|
||||||
|| description.charAt(
|
|| description.charAt(
|
||||||
0) == '#') ? description + ' ' : ''
|
0) == '#') ? description + ' ' : ''
|
||||||
height: Math.max(250, Math.min(800, implicitHeight))
|
height: Math.max(250, Math.min(900, implicitHeight))
|
||||||
//height: implicitHeight
|
//height: implicitHeight
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
placeholderText: "What's on your mind?"
|
placeholderText: "What's on your mind?"
|
||||||
|
|
Loading…
Reference in a new issue