mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:46:03 +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 {
|
||||
id: textArea
|
||||
clip: true // to clip placeholder text
|
||||
onEditingFinished: frame.editingFinished()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user