fix(StatusTagSelector): adding wrap mode in text edit (#633)
needed for: https://github.com/status-im/status-desktop/issues/5294
This commit is contained in:
parent
ade6bd2d0d
commit
20bf5b07a6
|
@ -138,6 +138,7 @@ Item {
|
||||||
enabled: visible
|
enabled: visible
|
||||||
focus: true
|
focus: true
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
|
wrapMode: TextEdit.WrapAnywhere
|
||||||
font.family: Theme.palette.baseFont.name
|
font.family: Theme.palette.baseFont.name
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
Keys.onPressed: {
|
Keys.onPressed: {
|
||||||
|
|
Loading…
Reference in New Issue