Kaydet (Commit) c446df46 authored tarafından Samuel Thibault's avatar Samuel Thibault Kaydeden (comit) Thorsten Behrens

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: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 3559daee
...@@ -167,6 +167,9 @@ ...@@ -167,6 +167,9 @@
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<accessibility>
<role type="static"/>
</accessibility>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment