UI: Clip text-area's too long placeholder text.

This commit is contained in:
Nodir Temirkhodjaev 2017-09-07 10:44:09 +05:00
parent 82bbe1bdff
commit 0cf52cc95f

View File

@ -15,6 +15,7 @@ Frame {
TextArea {
id: textArea
clip: true // to clip placeholder text
onEditingFinished: frame.editingFinished()
}
}