diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-08-30 16:29:45 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-08-31 03:02:04 +0200 |
commit | 135fca2f14ee4231886bf9f9efe79bf9c34e8121 (patch) | |
tree | 3931174c6b6e12ace9f4a49a12a277f88e06658b /vcl | |
parent | 5e1ab7e36bb38b217260bf1cc9aec2be7defe25e (diff) |
printdialog: set a11y role of printer information to static
Change-Id: Ifec76dcd5d6cccefe9e1d0d939d799fcde88b087
Reviewed-on: https://gerrit.libreoffice.org/59812
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 2a6641250130..7f5763a3c8f8 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -330,6 +330,9 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="printdialog|label7">Status:</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -342,6 +345,9 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="printdialog|label8">Location:</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -354,6 +360,9 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="printdialog|label9">Comment:</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -366,6 +375,9 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="printdialog|status">Default printer</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> @@ -378,6 +390,9 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="printdialog|location">Place</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> @@ -390,6 +405,9 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="printdialog|comment">Long printer name</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> |