mirror of
https://github.com/tnodir/fort
synced 2024-11-15 10:25:10 +00:00
UI: Clip text-area's too long placeholder text.
This commit is contained in:
parent
82bbe1bdff
commit
0cf52cc95f
@ -15,6 +15,7 @@ Frame {
|
|||||||
|
|
||||||
TextArea {
|
TextArea {
|
||||||
id: textArea
|
id: textArea
|
||||||
|
clip: true // to clip placeholder text
|
||||||
onEditingFinished: frame.editingFinished()
|
onEditingFinished: frame.editingFinished()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user