svx/uiconfig/ui/findreplacedialog.ui |    3 +++
 1 file changed, 3 insertions(+)
New commits:
commit c446df46df21472d3465be69603473a4ddad9b82
Author:     Samuel Thibault <sthiba...@hypra.fr>
AuthorDate: Mon Aug 27 16:48:31 2018 +0200
Commit:     Thorsten Behrens <thorsten.behr...@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.behr...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to