diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-07 11:03:13 +0000 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-07 11:03:13 +0000 |
| commit | 3273d1f93575a6af10de13113e959ef05685b965 (patch) | |
| tree | 7eb3e180124290ea2cb2d1923cefd1a2a034f383 /wizard/WizardCreateViewOnlyWallet.qml | |
| parent | 9f0108293757e92b8ee5eb16251111b63de2c789 (diff) | |
| parent | c75d3cf9ec4638b1e3286c2fce188b8003f41464 (diff) | |
| download | monzero-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.qml | 6 |
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 |
