diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-03 16:49:55 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-10-04 06:05:58 +0200 |
commit | 5f6f47b21769a895d77f5a39666331593e268459 (patch) | |
tree | bfc99215e39d764a615ca2e01f44a4242740a156 /dbaccess | |
parent | 01e50986b3f430681ce07a00e1d77bf22700c466 (diff) |
add missing use-underline to menu entries
Change-Id: I86bf3b52c68e5b4de25af5724df09b817ece0f58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123028
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 4b327251f3a7969d710d5a130472dba45122e354)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122937
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/tabledesignrowmenu.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/tabledesignrowmenu.ui b/dbaccess/uiconfig/ui/tabledesignrowmenu.ui index 20f2971c1bed..d17e60062b5b 100644 --- a/dbaccess/uiconfig/ui/tabledesignrowmenu.ui +++ b/dbaccess/uiconfig/ui/tabledesignrowmenu.ui @@ -26,6 +26,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="tabledesignrowmenu|paste">_Paste</property> + <property name="use-underline">True</property> </object> </child> <child> @@ -33,6 +34,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="tabledesignrowmenu|delete">_Delete</property> + <property name="use-underline">True</property> </object> </child> <child> @@ -40,6 +42,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="tabledesignrowmenu|insert">Insert Rows</property> + <property name="use-underline">True</property> </object> </child> <child> @@ -53,6 +56,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="tabledesignrowmenu|primarykey">Primary Key</property> + <property name="use-underline">True</property> </object> </child> </object> |