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