aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardManageWalletUI.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-08-06 17:11:12 +0200
committerJaquee <jaquee.monero@gmail.com>2017-11-01 17:02:44 +0100
commitbbcb780cfa821b2176c86e3ffd5118778b5588da (patch)
tree20718ac9a7826055678daf79aeb6786b5cdeb467 /wizard/WizardManageWalletUI.qml
parent91953f1a3a1680ad68da7247af892fbd828fc556 (diff)
downloadmonzero-gui-bbcb780cfa821b2176c86e3ffd5118778b5588da.tar.gz
monzero-gui-bbcb780cfa821b2176c86e3ffd5118778b5588da.tar.xz
monzero-gui-bbcb780cfa821b2176c86e3ffd5118778b5588da.zip
wizard: use m_wallet instead of storing in settingsObj
Diffstat (limited to 'wizard/WizardManageWalletUI.qml')
-rw-r--r--wizard/WizardManageWalletUI.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml
index c9470a1d..9c79672d 100644
--- a/wizard/WizardManageWalletUI.qml
+++ b/wizard/WizardManageWalletUI.qml
@@ -93,8 +93,8 @@ ColumnLayout {
ListModel {
id: dotsModel
- ListElement { dotColor: "#36B05B" }
- //ListElement { dotColor: "#DBDBDB" }
+ ListElement { dotColor: "#FFE00A" }
+ ListElement { dotColor: "#DBDBDB" }
ListElement { dotColor: "#DBDBDB" }
ListElement { dotColor: "#DBDBDB" }
}