mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 18:55:44 +00:00
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…
x
Reference in New Issue
Block a user