diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-09-07 12:53:41 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-10-02 15:27:08 +0200 |
commit | 3c7c4afc2d34702151484105925bca3c0ba660c8 (patch) | |
tree | 5c3d9723298b48dfaafb5fc1eb6848027d579607 /vcl/uiconfig | |
parent | e92a4bf08624159c64fcc45a9786ff2e41727bf2 (diff) |
printdialog: Use labelling a11y relation instead of static role
The field names are arguably rather labels for the static-role widgets
providing the status.
Change-Id: Ic3407adf84d7399696e51de712635a986fa0c190
Reviewed-on: https://gerrit.libreoffice.org/60142
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index ce29839953e7..2c2061c22c43 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -335,7 +335,7 @@ <property name="label" translatable="yes" context="printdialog|label7">Status:</property> <property name="xalign">0</property> <accessibility> - <role type="static"/> + <relation type="label-for" target="status"/> </accessibility> </object> <packing> @@ -350,7 +350,7 @@ <property name="label" translatable="yes" context="printdialog|label8">Location:</property> <property name="xalign">0</property> <accessibility> - <role type="static"/> + <relation type="label-for" target="location"/> </accessibility> </object> <packing> @@ -365,7 +365,7 @@ <property name="label" translatable="yes" context="printdialog|label9">Comment:</property> <property name="xalign">0</property> <accessibility> - <role type="static"/> + <relation type="label-for" target="comment"/> </accessibility> </object> <packing> @@ -381,6 +381,7 @@ <property name="xalign">0</property> <accessibility> <role type="static"/> + <relation type="labelled-by" target="label7"/> </accessibility> </object> <packing> @@ -396,6 +397,7 @@ <property name="xalign">0</property> <accessibility> <role type="static"/> + <relation type="labelled-by" target="label8"/> </accessibility> </object> <packing> @@ -411,6 +413,7 @@ <property name="xalign">0</property> <accessibility> <role type="static"/> + <relation type="labelled-by" target="label9"/> </accessibility> </object> <packing> |