fix(StatusSeedPhraseInput): removed input anchoring not needed after refactor
Closes https://github.com/status-im/status-desktop/issues/5967
This commit is contained in:
parent
890ef86e1c
commit
5f7bd307ef
|
@ -114,11 +114,6 @@ Item {
|
||||||
|
|
||||||
id: seedWordInput
|
id: seedWordInput
|
||||||
implicitWidth: parent.width
|
implicitWidth: parent.width
|
||||||
implicitHeight: parent.height
|
|
||||||
input.anchors.topMargin: 0
|
|
||||||
input.anchors.leftMargin: 0
|
|
||||||
input.anchors.rightMargin: 0
|
|
||||||
input.anchors.bottom: input.parent.bottom
|
|
||||||
input.leftComponent: StatusBaseText {
|
input.leftComponent: StatusBaseText {
|
||||||
text: root.leftComponentText
|
text: root.leftComponentText
|
||||||
color: seedWordInput.input.edit.activeFocus ?
|
color: seedWordInput.input.edit.activeFocus ?
|
||||||
|
|
Loading…
Reference in New Issue