diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-11-21 02:19:39 +0400 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-11-22 12:05:05 +0100 |
commit | 4b7490fe49bb93f895e974602a2616fa80b74019 (patch) | |
tree | e0fbc5bdc0163ef36d042904650a82ba04cf2c58 /cui/uiconfig | |
parent | 3b4d2cfaaf2a6088304d65a608a9034df701537b (diff) |
tdf#113880 a11y: improve accessibility of table background tab
Change-Id: I978340f88a8e007dbf080113a933063c5546fd51
Reviewed-on: https://gerrit.libreoffice.org/45011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/backgroundpage.ui | 12 |
1 files changed, 6 insertions, 6 deletions
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> |