Merge pull request #539

c75d3cf fix wizard spacing and dots (Jaquee)
pull/2/head
Riccardo Spagni 7 years ago
commit 3273d1f935
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -57,6 +57,12 @@ ColumnLayout {
return wizard.walletPathValid(walletFullPath);
}
ListModel {
id: dotsModel
ListElement { dotColor: "#36B05B" }
ListElement { dotColor: "#DBDBDB" }
}
WizardManageWalletUI {
id: uiItem
titleText: qsTr("Create view only wallet") + translationManager.emptyString

@ -53,6 +53,7 @@ ColumnLayout {
property bool recoverMode: false
// Recover form seed or keys
property bool recoverFromSeedMode: true
property int rowSpacing: 10
function checkFields(){
var addressOK = walletManager.addressValid(addressLine.text, wizard.settings.testnet)