fix(StatusBaseInput): placeholder text is also can be multiline
This commit is contained in:
parent
d08339a7b0
commit
f09565a4fa
|
@ -417,6 +417,7 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
verticalAlignment: parent.verticalAlignment
|
verticalAlignment: parent.verticalAlignment
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
|
wrapMode: root.multiline ? Text.WordWrap : Text.NoWrap
|
||||||
elide: StatusBaseText.ElideRight
|
elide: StatusBaseText.ElideRight
|
||||||
font.family: Theme.palette.baseFont.name
|
font.family: Theme.palette.baseFont.name
|
||||||
color: root.enabled ? Theme.palette.baseColor1 : Theme.palette.directColor6
|
color: root.enabled ? Theme.palette.baseColor1 : Theme.palette.directColor6
|
||||||
|
|
Loading…
Reference in New Issue