diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-03-14 17:40:26 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-03-17 09:50:43 +0100 |
commit | 4f54739c54d7c95a8aa8ec415b350e7e5034cb18 (patch) | |
tree | c3b9238580892556fc559affa231a7a201262a19 /sc/uiconfig | |
parent | 070dbae6b4dc497d6ae898e60203d25b0e608d73 (diff) |
scalc: Add missing labelling
The "first page number" spin button was missing accessibility labelling.
Change-Id: I750cebf33f20056819abc00bb6875e2d89100fdd
Reviewed-on: https://gerrit.libreoffice.org/51291
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/sheetprintpage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui index 925b041f0cfd..458a76c1f022 100644 --- a/sc/uiconfig/scalc/ui/sheetprintpage.ui +++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui @@ -103,6 +103,9 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="label-for" target="spinED_PAGENO"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -116,6 +119,9 @@ <property name="max_length">5</property> <property name="invisible_char">•</property> <property name="adjustment">adjustmentFirstPage</property> + <accessibility> + <relation type="labelled-by" target="checkBTN_PAGENO"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> |