diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-07-05 22:03:12 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-07-06 10:41:03 +0200 |
| commit | 0ce3e4b1e7416f6eaf126a44525b1b2581f66528 (patch) | |
| tree | cbb8a513d32be035f11573867474ddfd58c6894d /wizard/WizardController.qml | |
| parent | b58bff39a04df3eefa016e283af6be73f58a9e18 (diff) | |
| download | monzero-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.qml | 1 |
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 |
