parent
6c4fab1a20
commit
a911e4f512
|
@ -27,7 +27,8 @@ ModalPopup {
|
|||
SeedPhraseTextArea {
|
||||
id: seedPhraseTextArea
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 40
|
||||
anchors.topMargin: 20
|
||||
anchors.bottomMargin: 20
|
||||
width: parent.width
|
||||
hideRectangle: true
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ Item {
|
|||
|
||||
StyledTextArea {
|
||||
id: mnemonicTextField
|
||||
customHeight: 100
|
||||
customHeight: textField.implicitHeight >= 150 ? 150 : textField.implicitHeight + 30
|
||||
hideRectangle: root.hideRectangle
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Reference in New Issue