aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateViewOnlyWallet.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-03-04 00:32:53 +0100
committerJaquee <jaquee.monero@gmail.com>2017-03-04 00:32:53 +0100
commitc75d3cf9ec4638b1e3286c2fce188b8003f41464 (patch)
tree95acea581c5dfe50d2a17dc5701f48d64ea1a59a /wizard/WizardCreateViewOnlyWallet.qml
parent2e3350c060a810fa48e5396ee22d3c35851d020a (diff)
downloadmonzero-gui-c75d3cf9ec4638b1e3286c2fce188b8003f41464.tar.gz
monzero-gui-c75d3cf9ec4638b1e3286c2fce188b8003f41464.tar.xz
monzero-gui-c75d3cf9ec4638b1e3286c2fce188b8003f41464.zip
fix wizard spacing and dots
Diffstat (limited to 'wizard/WizardCreateViewOnlyWallet.qml')
-rw-r--r--wizard/WizardCreateViewOnlyWallet.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/wizard/WizardCreateViewOnlyWallet.qml b/wizard/WizardCreateViewOnlyWallet.qml
index 0ee3f815..09b21764 100644
--- a/wizard/WizardCreateViewOnlyWallet.qml
+++ b/wizard/WizardCreateViewOnlyWallet.qml
@@ -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