2
0
mirror of synced 2025-02-02 01:34:49 +00:00

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

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