aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateViewOnlyWallet.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-07 11:03:13 +0000
committerRiccardo Spagni <ric@spagni.net>2017-03-07 11:03:13 +0000
commit3273d1f93575a6af10de13113e959ef05685b965 (patch)
tree7eb3e180124290ea2cb2d1923cefd1a2a034f383 /wizard/WizardCreateViewOnlyWallet.qml
parent9f0108293757e92b8ee5eb16251111b63de2c789 (diff)
parentc75d3cf9ec4638b1e3286c2fce188b8003f41464 (diff)
downloadmonzero-gui-3273d1f93575a6af10de13113e959ef05685b965.tar.gz
monzero-gui-3273d1f93575a6af10de13113e959ef05685b965.tar.xz
monzero-gui-3273d1f93575a6af10de13113e959ef05685b965.zip
Merge pull request #539
c75d3cf fix wizard spacing and dots (Jaquee)
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