chart2/uiconfig/ui/sidebarelements.ui | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit f72c667dc23fc3396645754dcfff06778ca6c7e6 Author: Parth Raiyani <[email protected]> AuthorDate: Mon Feb 16 11:30:13 2026 +0530 Commit: Parth Raiyani <[email protected]> CommitDate: Thu Feb 19 11:05:11 2026 +0100 a11y: add accessible name for GtkComboBoxText in sidebar ui Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I5f656857f3d58287bb74c72e94fd81160b8f7445 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199440 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui index f67c3b39903b..8a58ff98ec76 100644 --- a/chart2/uiconfig/ui/sidebarelements.ui +++ b/chart2/uiconfig/ui/sidebarelements.ui @@ -143,6 +143,11 @@ <item translatable="yes" context="sidebarelements|comboboxtext_legend">Bottom</item> <item translatable="yes" context="sidebarelements|comboboxtext_legend">Left</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="comboboxtext_legend-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="sidebarelements|comboboxtext_legend-atkobject">Legend Position</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property>
