fix(@desktop/contacts): placeholder position updated
This commit is contained in:
parent
e83e5670a4
commit
57dd1fc9a2
|
@ -1 +1 @@
|
||||||
Subproject commit 2cec51ff8dfe0fcb67ef8362a1b46a4001482ecf
|
Subproject commit 43b8e433039bfd88739927a68bc46363a5b8d0cf
|
|
@ -125,6 +125,7 @@ StatusModal {
|
||||||
input.placeholderText: qsTr("Say who you are / why you want to become a contact...")
|
input.placeholderText: qsTr("Say who you are / why you want to become a contact...")
|
||||||
input.multiline: true
|
input.multiline: true
|
||||||
input.implicitHeight: d.msgHeight
|
input.implicitHeight: d.msgHeight
|
||||||
|
input.verticalAlignmet: TextEdit.AlignTop
|
||||||
|
|
||||||
validators: [StatusMinLengthValidator {
|
validators: [StatusMinLengthValidator {
|
||||||
minLength: d.minMsgLength
|
minLength: d.minMsgLength
|
||||||
|
|
Loading…
Reference in New Issue