cui/uiconfig/ui/additionsdialog.ui | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit a56c700f538a1471af575a9a50650303545cd6cb Author: Michael Weghorn <[email protected]> AuthorDate: Mon Oct 6 16:31:24 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Mon Oct 6 19:08:43 2025 +0200 a11y additions dialog: Drop pointless a11y name/desc The button's "Show More Extensions" label is used for the accessible name by default, so these explicitly set ones don't add any extra value. Drop them, which also aligns what gets presented on a11y layer more with what's shown on screen. See previous commit Change-Id: If7c2cad3a2b57e69d84b77d353d769142bb8418e Author: Michael Weghorn <[email protected]> Date: Mon Oct 6 15:56:53 2025 +0200 additions dialog: Move "Show More" button from items to dialog for a description how the button can be made to show up for testing. Change-Id: Ifc506ab93c2d0a192f739756742e795ce3ed730b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191972 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/cui/uiconfig/ui/additionsdialog.ui b/cui/uiconfig/ui/additionsdialog.ui index 8540ddb562de..d5eae128b3bd 100644 --- a/cui/uiconfig/ui/additionsdialog.ui +++ b/cui/uiconfig/ui/additionsdialog.ui @@ -264,12 +264,6 @@ <property name="label" translatable="yes" context="additionsDialog|buttonShowMore">Show More Extensions</property> <property name="can-focus">True</property> <property name="receives-default">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="buttonShowMore-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="additionsDialog|buttonShowMore">Button "Show more"</property> - <property name="AtkObject::accessible-description" translatable="yes" context="additionsDialog|buttonShowMore">This button shows more extensions.</property> - </object> - </child> </object> <packing> <property name="expand">False</property>
