diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-19 11:10:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-19 20:18:44 +0200 |
commit | b38387aaf03c0183a4cec6ed7ef1a1cd7fc6f09f (patch) | |
tree | d9481696c86c0de940810eb4ba6701fdc9c42c6e /cui/uiconfig/ui/textflowpage.ui | |
parent | 312a2c64ad3fdd352c44e08f8cba3372d2ef2246 (diff) |
gla11y: fix some grandfathered warnings
Change-Id: I01723d0cb889f192a3e5aecadd86bb36682214c8
Reviewed-on: https://gerrit.libreoffice.org/53161
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/textflowpage.ui')
-rw-r--r-- | cui/uiconfig/ui/textflowpage.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui index 9217fc01d58f..d13ec83d1a2a 100644 --- a/cui/uiconfig/ui/textflowpage.ui +++ b/cui/uiconfig/ui/textflowpage.ui @@ -215,6 +215,9 @@ <property name="xalign">0</property> <property name="inconsistent">True</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="label-for" target="comboPageStyle"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -258,6 +261,9 @@ <property name="inconsistent">True</property> <property name="justify">right</property> <property name="xalign">1</property> + <accessibility> + <relation type="label-for" target="spinPageNumber"/> + </accessibility> </object> <packing> <property name="left_attach">3</property> @@ -408,6 +414,9 @@ <property name="xalign">0</property> <property name="inconsistent">True</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="label-for" target="spinOrphan"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -424,6 +433,9 @@ <property name="xalign">0</property> <property name="inconsistent">True</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="label-for" target="spinWidow"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> |