a11y: Set a11y name for "Font Size" combobox

With this in place, the Orca screen reader announces the
"Font Size" combobox in the Writer formatting toolbar as such
with qt6 VCL plugin on Linux, instead of just
the current value without context.

Change-Id: Ifa3d8ac40bdc5e62c37483ca908b61747ea3fbce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172660
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
Michael Weghorn 2024-08-30 16:11:54 +02:00
parent 73acd822e2
commit 2bed82490c

View file

@ -19,6 +19,11 @@
<property name="truncate-multiline">True</property>
</object>
</child>
<child internal-child="accessible">
<object class="AtkObject" id="fontsizecombobox-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="fontsizebox|fontsizecombobox|accessible_name">Font Size</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>