Merge pull request #539

c75d3cf fix wizard spacing and dots (Jaquee)
This commit is contained in:
Riccardo Spagni
2017-03-07 11:03:13 +00:00
2 changed files with 7 additions and 0 deletions

View File

@@ -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)