2bed82490c
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>
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.40.0 -->
|
|
<interface domain="svx">
|
|
<requires lib="gtk+" version="3.20"/>
|
|
<object class="GtkBox" id="FontSizeBox">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="spacing">6</property>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="fontsizecombobox">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="has-entry">True</property>
|
|
<child internal-child="entry">
|
|
<object class="GtkEntry">
|
|
<property name="can-focus">True</property>
|
|
<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>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</interface>
|