[Libreoffice-commits] core.git: svx/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 30 00:20:55 UTC 2018
svx/uiconfig/ui/findreplacedialog.ui | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit c446df46df21472d3465be69603473a4ddad9b82
Author: Samuel Thibault <sthibault at hypra.fr>
AuthorDate: Mon Aug 27 16:48:31 2018 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Thu Aug 30 02:20:31 2018 +0200
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 at CIB.de>
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>
More information about the Libreoffice-commits
mailing list