diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-02 09:24:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-02 11:03:25 +0000 |
commit | debd4cfa377f6895ecfe337216240bb7c581e84a (patch) | |
tree | 9c7bd26070ca47e42f6f5f1bc5dd504e344a9dc1 /cui | |
parent | 48cd8c6ba8ea5bae7f5fce481f9c01bc4aa92dce (diff) |
add missing mnemonic-widget
Change-Id: Ib0b53fe8fed8ca1d53b7691a8609ce1e14bcce89
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146490
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/qrcodegen.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/qrcodegen.ui b/cui/uiconfig/ui/qrcodegen.ui index 2a55eaa01901..a3d25996e16c 100644 --- a/cui/uiconfig/ui/qrcodegen.ui +++ b/cui/uiconfig/ui/qrcodegen.ui @@ -116,6 +116,7 @@ <property name="valign">start</property> <property name="label" translatable="yes" context="qrcodegen|label_text" comments="Text to be stored in the QR">URL/Text:</property> <property name="use-underline">True</property> + <property name="mnemonic-widget">edit_text</property> <property name="xalign">0</property> </object> <packing> |