Adjust TextArea height
This commit is contained in:
parent
dbc82c7008
commit
9384da4f42
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(300, Math.min(900, implicitHeight))
|
height: Math.max(270, Math.min(900, implicitHeight))
|
||||||
//height: implicitHeight
|
//height: implicitHeight
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
placeholderText: qsTr("What's on your mind?")
|
placeholderText: qsTr("What's on your mind?")
|
||||||
|
|
Loading…
Reference in a new issue