mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
ManageWalletUIpage
This commit is contained in:
parent
9bd557c489
commit
7f824646bc
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ Item {
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
//renderType: Text.NativeRendering
|
//renderType: Text.NativeRendering
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
text: qsTr("This is the name of your wallet. You can change it to a different name if you’d like:") + translationManager.emptyString
|
text: qsTr("or use the name suggested below:") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ Item {
|
||||||
anchors.top: memoTextItem.bottom
|
anchors.top: memoTextItem.bottom
|
||||||
width: 250
|
width: 250
|
||||||
anchors.topMargin: 20
|
anchors.topMargin: 20
|
||||||
placeholderText: qsTr("Restore height")
|
placeholderText: qsTr("Restore height (optional)")
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
validator: IntValidator {
|
validator: IntValidator {
|
||||||
bottom:0
|
bottom:0
|
||||||
|
|
Loading…
Reference in a new issue