cui/uiconfig/ui/borderpage.ui | 5 +++++ cui/uiconfig/ui/charnamepage.ui | 1 + 2 files changed, 6 insertions(+)
New commits: commit 05aa60d390c9660e1e9968516e6e72beef2e2d24 Author: codewithvk <[email protected]> AuthorDate: Mon Feb 2 18:30:43 2026 +0530 Commit: vivek javiya <[email protected]> CommitDate: Mon Feb 2 15:03:51 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]> diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index d79cfa041c4d..478d4372bc06 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 cf7e04bcb54c5014189f7ab484b359850ec40c5b Author: codewithvk <[email protected]> AuthorDate: Mon Feb 2 18:20:12 2026 +0530 Commit: vivek javiya <[email protected]> CommitDate: Mon Feb 2 15:03:42 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]> diff --git a/cui/uiconfig/ui/borderpage.ui b/cui/uiconfig/ui/borderpage.ui index 7a5f9c0dd040..48eb36c2065b 100644 --- a/cui/uiconfig/ui/borderpage.ui +++ b/cui/uiconfig/ui/borderpage.ui @@ -89,6 +89,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>
