diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-09-04 08:34:52 +0400 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-09-06 19:42:27 +0000 |
commit | 721b55bcf1ab31b24b28aac6d9a54784fc290d6c (patch) | |
tree | 45f44bdec2c4ac769fc88f361581229621b2fef5 /cui | |
parent | f14be52b1995731ebc06fb99689d90909ac29d4b (diff) |
a11y: fix missing labels in sw paragraph dialog textflow tab
Change-Id: I3173cf240131788013345aa864156286affa476d
Reviewed-on: https://gerrit.libreoffice.org/28657
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 9ea5483d9bd44b136c89e45ef96bbf3df0a7cdef)
Reviewed-on: https://gerrit.libreoffice.org/28696
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/textflowpage.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui index c11f30da5b9a..0674dbcdd9c9 100644 --- a/cui/uiconfig/ui/textflowpage.ui +++ b/cui/uiconfig/ui/textflowpage.ui @@ -116,6 +116,7 @@ <property name="halign">start</property> <property name="label" translatable="yes">C_haracters at line end</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">spinLineEnd</property> </object> <packing> <property name="left_attach">1</property> @@ -129,6 +130,7 @@ <property name="halign">start</property> <property name="label" translatable="yes">Cha_racters at line begin</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">spinLineBegin</property> </object> <packing> <property name="left_attach">1</property> @@ -142,6 +144,7 @@ <property name="halign">start</property> <property name="label" translatable="yes">_Maximum number of consecutive hyphens</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">spinMaxNum</property> </object> <packing> <property name="left_attach">1</property> @@ -209,7 +212,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="margin_left">25</property> + <property name="margin_left">22</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="inconsistent">True</property> |