sw/uiconfig/swriter/ui/textgridpage.ui | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit d8451e3a33c0b851c3cd8b0dd48a92dd7d178624 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Jan 6 21:13:03 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Jan 7 13:07:07 2026 +0100 add a11y name to preview widget Change-Id: Ie1d4ffa6453336760e7af922e42f3c701344bc99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196672 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/uiconfig/swriter/ui/textgridpage.ui b/sw/uiconfig/swriter/ui/textgridpage.ui index aa2a3c6b001e..5db73401fcc0 100644 --- a/sw/uiconfig/swriter/ui/textgridpage.ui +++ b/sw/uiconfig/swriter/ui/textgridpage.ui @@ -150,6 +150,11 @@ <property name="can-focus">False</property> <property name="halign">center</property> <property name="valign">center</property> + <child internal-child="accessible"> + <object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="textgridpage|drawingareaWN_EXAMPLE-atkobject">Preview</property> + </object> + </child> </object> <packing> <property name="expand">True</property>
