aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardController.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-07-05 22:03:12 +0200
committerrating89us <rating89us@rating89us.com>2021-07-06 10:41:03 +0200
commit0ce3e4b1e7416f6eaf126a44525b1b2581f66528 (patch)
treecbb8a513d32be035f11573867474ddfd58c6894d /wizard/WizardController.qml
parentb58bff39a04df3eefa016e283af6be73f58a9e18 (diff)
downloadmonzero-gui-0ce3e4b1e7416f6eaf126a44525b1b2581f66528.tar.gz
monzero-gui-0ce3e4b1e7416f6eaf126a44525b1b2581f66528.tar.xz
monzero-gui-0ce3e4b1e7416f6eaf126a44525b1b2581f66528.zip
WizardOpenWallet1: navigate with keyboard; enable accessibility
Diffstat (limited to 'wizard/WizardController.qml')
-rw-r--r--wizard/WizardController.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml
index ba5266e0..72a108ce 100644
--- a/wizard/WizardController.qml
+++ b/wizard/WizardController.qml
@@ -82,6 +82,7 @@ Rectangle {
property var m_wallet;
property alias wizardState: wizardStateView.state
+ property alias wizardStateView: wizardStateView
property alias wizardStackView: stackView
property int wizardSubViewWidth: 780
property int wizardSubViewTopMargin: persistentSettings.customDecorations ? 90 : 32