[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - dbaccess/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 4 04:06:33 UTC 2021
dbaccess/uiconfig/ui/tabledesignrowmenu.ui | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 5f6f47b21769a895d77f5a39666331593e268459
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Oct 3 16:49:55 2021 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Oct 4 06:05:58 2021 +0200
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 at redhat.com>
(cherry picked from commit 4b327251f3a7969d710d5a130472dba45122e354)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122937
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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>
More information about the Libreoffice-commits
mailing list