fix wizard spacing and dots

This commit is contained in:
Jaquee
2017-03-04 00:32:53 +01:00
parent 2e3350c060
commit c75d3cf9ec
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)