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
84cc9eae73
commit
c35431f4ee
|
@ -138,6 +138,7 @@ Item {
|
|||
enabled: visible
|
||||
focus: true
|
||||
font.pixelSize: 15
|
||||
wrapMode: TextEdit.WrapAnywhere
|
||||
font.family: Theme.palette.baseFont.name
|
||||
color: Theme.palette.directColor1
|
||||
Keys.onPressed: {
|
||||
|
|
Loading…
Reference in New Issue