Skip to content

Commit

Permalink
App settings: fix widget tab order
Browse files Browse the repository at this point in the history
Fixes #9765.
  • Loading branch information
c4rlo authored and droidmonkey committed Jun 16, 2024
1 parent da8874d commit def56f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/ApplicationSettingsWidgetGeneral.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,7 @@
<tabstop>languageComboBox</tabstop>
<tabstop>toolButtonStyleComboBox</tabstop>
<tabstop>toolbarMovableCheckBox</tabstop>
<tabstop>colorPasswordsCheckBox</tabstop>
<tabstop>monospaceNotesCheckBox</tabstop>
<tabstop>minimizeOnCloseCheckBox</tabstop>
<tabstop>systrayShowCheckBox</tabstop>
Expand Down
4 changes: 4 additions & 0 deletions src/gui/ApplicationSettingsWidgetSecurity.ui
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,16 @@
<tabstop>lockDatabaseIdleSpinBox</tabstop>
<tabstop>clearSearchCheckBox</tabstop>
<tabstop>clearSearchSpinBox</tabstop>
<tabstop>quickUnlockCheckBox</tabstop>
<tabstop>lockDatabaseOnScreenLockCheckBox</tabstop>
<tabstop>lockDatabaseMinimizeCheckBox</tabstop>
<tabstop>passwordsHiddenCheckBox</tabstop>
<tabstop>passwordShowDotsCheckBox</tabstop>
<tabstop>passwordPreviewCleartextCheckBox</tabstop>
<tabstop>hideTotpCheckBox</tabstop>
<tabstop>hideNotesCheckBox</tabstop>
<tabstop>NoConfirmMoveEntryToRecycleBinCheckBox</tabstop>
<tabstop>EnableCopyOnDoubleClickCheckBox</tabstop>
<tabstop>fallbackToSearch</tabstop>
</tabstops>
<resources/>
Expand Down

0 comments on commit def56f7

Please sign in to comment.