a38d969d5b
Set an accessible name of "Paragraph" style for the combobox where the paragraph style can be set. The one used in Writer's formatting toolbar didn't have any a11y name set, resulting e.g. in the Orca screen reader not announcing what this combobox is for with either the gtk3 or qt6 VCL plugin. The one used in Writer's "Properties" sidebar was using an accessible name of "Font style", which is less precise than "Paragraph style", so use the latter consistently. Change-Id: I357e11347118dbf0db39084ae58c2d188d8aa235 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172542 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
110 lines
4.6 KiB
XML
110 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.40.0 -->
|
|
<interface domain="svx">
|
|
<requires lib="gtk+" version="3.20"/>
|
|
<!-- n-columns=1 n-rows=1 -->
|
|
<object class="GtkGrid" id="SidebarStylesPanel">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<child>
|
|
<!-- n-columns=2 n-rows=1 -->
|
|
<object class="GtkGrid" id="grid1">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="border-width">6</property>
|
|
<property name="row-spacing">3</property>
|
|
<property name="column-spacing">6</property>
|
|
<child>
|
|
<object class="GtkToolbar" id="fontstyletoolbox">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="toolbar-style">icons</property>
|
|
<property name="show-arrow">False</property>
|
|
<child>
|
|
<object class="GtkToolItem" id=".uno:StyleApply">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="applystyle">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="has-entry">True</property>
|
|
<property name="popup-fixed-width">False</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="applystyle-atkobject">
|
|
<property name="AtkObject::accessible-name" translatable="yes" context="fontstyletoolbox|applystyle">Paragraph style</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="homogeneous">False</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="left-attach">0</property>
|
|
<property name="top-attach">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolbar" id="style">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="margin-start">3</property>
|
|
<property name="toolbar-style">icons</property>
|
|
<property name="show-arrow">False</property>
|
|
<child>
|
|
<object class="GtkToolButton" id=".uno:FormatPaintbrush">
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolButton" id=".uno:StyleUpdateByExample">
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolButton" id=".uno:StyleNewByExample">
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="left-attach">1</property>
|
|
<property name="top-attach">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="left-attach">0</property>
|
|
<property name="top-attach">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</interface>
|