Skip to content

Fix a bunch of easy papercuts and binding loops

Joshua Goins requested to merge work/redstrate/fix-binding-loops into master

Here's a bunch of small, easy bugfixes I found when first starting to use Keysmith:

  • Fix verticalAlignment binding loops in Kirigami.Headings, and a bunch of others related to extraneous Kirigami.ScrollablePage usage. The rest that I've seen is due to upstream Kirigrami issues that I'm already fixing.
  • Set first active focus for a bunch of text fields like on the SetupPassword, AddAccount and UnlockAcount pages to improve keyboard navigation.

Merge request reports