cui/uiconfig/ui/backgroundpage.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 4b7490fe49bb93f895e974602a2616fa80b74019 Author: Yousuf Philips <[email protected]> Date: Tue Nov 21 02:19:39 2017 +0400 tdf#113880 a11y: improve accessibility of table background tab Change-Id: I978340f88a8e007dbf080113a933063c5546fd51 Reviewed-on: https://gerrit.libreoffice.org/45011 Tested-by: Jenkins <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> diff --git a/cui/uiconfig/ui/backgroundpage.ui b/cui/uiconfig/ui/backgroundpage.ui index c29f179da611..0fd12039a476 100644 --- a/cui/uiconfig/ui/backgroundpage.ui +++ b/cui/uiconfig/ui/backgroundpage.ui @@ -44,6 +44,7 @@ <property name="no_show_all">True</property> <property name="label" translatable="yes" context="backgroundpage|asft">A_s:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">selectlb</property> </object> <packing> <property name="left_attach">0</property> @@ -67,9 +68,10 @@ <object class="GtkLabel" id="forft"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="backgroundpage|forft">F_or:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">tablelb</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">2</property> @@ -258,8 +260,8 @@ <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="label" translatable="no"><FILENAME></property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -271,8 +273,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="backgroundpage|unlinkedft">Unlinked image</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -283,8 +285,8 @@ <object class="GtkLabel" id="findgraphicsft"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="backgroundpage|findgraphicsft">Find images</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -474,8 +476,6 @@ <property name="top_attach">1</property> </packing> </child> - <child> - </child> </object> <packing> <property name="left_attach">0</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
