sfx2/uiconfig/ui/managestylepage.ui | 47 ++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 13 deletions(-)
New commits: commit fb6112cd229852711489288d03ce30482c136336 Author: Parth Raiyani <[email protected]> AuthorDate: Wed Jan 28 15:58:05 2026 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Jan 29 13:25:30 2026 +0100 a11y: enhance a11y features in Manage Style Page by updating UI elements Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I6b0c14587e3d2dc7d241235aac837489527c9e88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198313 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui index 716fa42788e8..66cae003149f 100644 --- a/sfx2/uiconfig/ui/managestylepage.ui +++ b/sfx2/uiconfig/ui/managestylepage.ui @@ -239,11 +239,32 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame2"> + <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label-xalign">0</property> - <property name="shadow-type">none</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="label" translatable="yes" context="managestylepage|label2">Contains</property> + <property name="xalign">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + <child internal-child="accessible"> + <object class="AtkObject" id="label2-atkobject"> + <property name="AtkObject::accessible-role">static</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> <child> <object class="GtkLabel" id="desc"> <property name="visible">True</property> @@ -257,17 +278,17 @@ <attributes> <attribute name="scale" value="0.90000000000000002"/> </attributes> + <child internal-child="accessible"> + <object class="AtkObject" id="desc-atkobject"> + <property name="AtkObject::accessible-role">static</property> + </object> + </child> </object> - </child> - <child type="label"> - <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="label" translatable="yes" context="managestylepage|label2">Contains</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> </child> </object> <packing>
