UX improvements in wizard

- password page styling
- tab navigation / focus on load
- click language loads next page
This commit is contained in:
Jacob Brydolf
2016-10-01 03:05:26 +02:00
committed by Ilya Kitaev
parent fab66fec38
commit bd8646dd19
3 changed files with 36 additions and 19 deletions

View File

@@ -163,6 +163,7 @@ Item {
if (data !== null || data !== undefined) {
var locale = data.locale
translationManager.setLanguage(locale.split("_")[0]);
wizard.switchPage(true)
}
}
}