cui/uiconfig/ui/borderpage.ui | 5 +++++ cui/uiconfig/ui/charnamepage.ui | 1 + 2 files changed, 6 insertions(+)
New commits: commit 6093a6881c9cc26e82a0161d9f0875043246e7f3 Author: codewithvk <[email protected]> AuthorDate: Mon Feb 2 18:30:43 2026 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 26 23:59:31 2026 +0100 fix(cui): add accessible-description to framesel and font preview DrawingAreas Signed-off-by: codewithvk <[email protected]> Change-Id: Id51ebcd35eb5b8ee9412a6f926542514e0184766 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198548 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200512 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index 40e7cc367c65..8c11e5a1ccdf 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -927,6 +927,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="preview-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="charnamepage|preview-atkobject">Preview</property> + <property name="AtkObject::accessible-description" translatable="yes" context="charnamepage|preview-atkobject">Font preview</property> </object> </child> </object> commit 3d4983f97129dc4a5a3838b84f332085f5b376bf Author: codewithvk <[email protected]> AuthorDate: Mon Feb 2 18:20:12 2026 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 26 23:59:23 2026 +0100 fix(cui): add accessible-description to framesel DrawingArea for borderpage Signed-off-by: codewithvk <[email protected]> Change-Id: I5a3ed7c725e8a4c18fd8902d366dd31658676ba0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198547 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200511 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/cui/uiconfig/ui/borderpage.ui b/cui/uiconfig/ui/borderpage.ui index 6ecc3a85b3dc..319239502e9a 100644 --- a/cui/uiconfig/ui/borderpage.ui +++ b/cui/uiconfig/ui/borderpage.ui @@ -141,6 +141,11 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> + <child internal-child="accessible"> + <object class="AtkObject" id="framesel-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="borderpage|framesel">Border Preview</property> + </object> + </child> </object> </child> </object>
