diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-08-27 16:48:31 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-08-30 02:20:31 +0200 |
commit | c446df46df21472d3465be69603473a4ddad9b82 (patch) | |
tree | e787bd06abde6486cf88c21fed94a2ef4460a220 | |
parent | 3559daee24ea1224d3d40e6a86b10cf37e18443f (diff) |
findreplacedialog: Set a11y role of hint text to static
Since this is not a label for another widget, but some text that screen
readers should speak.
Change-Id: Iddc2840e60c8a55caf2e6581831024e2658e084e
Reviewed-on: https://gerrit.libreoffice.org/59668
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 5f382f188344..1fbade190035 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -167,6 +167,9 @@ <property name="wrap">True</property> <property name="ellipsize">end</property> <property name="xalign">0</property> + <accessibility> + <role type="static"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> |