fix(StatusBaseInput): placeholder text is also can be multiline

This commit is contained in:
MishkaRogachev 2022-08-05 17:11:22 +03:00 committed by Mikhail Rogachev
parent d08339a7b0
commit f09565a4fa
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ Item {
anchors.fill: parent
verticalAlignment: parent.verticalAlignment
font.pixelSize: 15
wrapMode: root.multiline ? Text.WordWrap : Text.NoWrap
elide: StatusBaseText.ElideRight
font.family: Theme.palette.baseFont.name
color: root.enabled ? Theme.palette.baseColor1 : Theme.palette.directColor6