cui/uiconfig/ui/paraindentspacing.ui | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
New commits: commit 1c8c2f1ac2b3599ea90f4b3c54b2b4bad72f0a9e Author: Parth Raiyani <[email protected]> AuthorDate: Sat Nov 22 15:01:42 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Tue Dec 30 12:37:15 2025 +0100 Enhance accessibility for line spacing controls in paraindentspacing UI Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I7f58a3647c84d1c71fb1c121df552441b865e448 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194352 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui index 333ca695c5a4..1dda4e141fe4 100644 --- a/cui/uiconfig/ui/paraindentspacing.ui +++ b/cui/uiconfig/ui/paraindentspacing.ui @@ -211,6 +211,11 @@ <object class="GtkLabel" id="labelST_LINEDIST_ABS"> <property name="can-focus">False</property> <property name="label" translatable="yes" context="paraindentspacing|labelST_LINEDIST_ABS">Fixed</property> + <child internal-child="accessible"> + <object class="AtkObject" id="labelST_LINEDIST_ABS-atkobject"> + <property name="AtkObject::accessible-role" translatable="no">static</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property> @@ -389,6 +394,11 @@ <item id="6" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">Leading</item> <item id="7" translatable="yes" context="paraindentspacing|liststoreLB_LINEDIST">Fixed</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="comboLB_LINEDIST-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="paraindentspacing|comboLB_LINEDIST">Line Spacing Type</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -401,6 +411,11 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes" context="paraindentspacing|labelFT_LINEDIST">of</property> + <child internal-child="accessible"> + <object class="AtkObject" id="labelFT_LINEDIST-atkobject"> + <property name="AtkObject::accessible-role" translatable="no">static</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -426,6 +441,11 @@ <property name="activates-default">True</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentLINEDISTPERCENT</property> + <child internal-child="accessible"> + <object class="AtkObject" id="spinED_LINEDISTPERCENT-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="paraindentspacing|spinED_LINEDISTPERCENT">Line Spacing Value</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -441,6 +461,11 @@ <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentED_LINEDISTMETRIC</property> <property name="digits">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="spinED_LINEDISTMETRIC-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="paraindentspacing|spinED_LINEDISTMETRIC">Line Spacing Value</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -457,6 +482,11 @@ <property name="truncate-multiline">True</property> <property name="adjustment">adjustment1</property> <property name="digits">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="spinED_BLANK-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="paraindentspacing|spinED_BLANK">Line Spacing Value</property> + </object> + </child> </object> <packing> <property name="expand">False</property>
