diff options
author | Valentin Villenave <[email protected]> | 2021-10-13 17:39:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-03-10 19:31:29 +0100 |
commit | 6f8f4c8b3f82af1f0aa811cf190bc4b74678e267 (patch) | |
tree | 7750cb38edd304a067bc4b13bf4dd380d9621db1 /src/ui/batch-add-files.ui | |
parent | bc3d0ca4b7c7672c20a1096ba614bf7b536ded74 (diff) | |
download | engrampa-6f8f4c8b3f82af1f0aa811cf190bc4b74678e267.tar.bz2 engrampa-6f8f4c8b3f82af1f0aa811cf190bc4b74678e267.tar.xz |
Accessibility: add proper mnemonic relations and labelling
Diffstat (limited to 'src/ui/batch-add-files.ui')
-rw-r--r-- | src/ui/batch-add-files.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/batch-add-files.ui b/src/ui/batch-add-files.ui index 6a4ee5b..c6f6980 100644 --- a/src/ui/batch-add-files.ui +++ b/src/ui/batch-add-files.ui @@ -322,6 +322,7 @@ <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">_Password:</property> + <property name="mnemonic_widget">a_password_entry</property> <property name="use_underline">True</property> </object> <packing> |