fix(StatusBaseInput): placeholder text is also can be multiline
This commit is contained in:
parent
eccf3ba811
commit
22308abfcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue