svx/uiconfig/ui/findreplacedialog.ui |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 797bd468fcef0629e71d06ad6c3988e90caffc8d
Author:     Henry Castro <[email protected]>
AuthorDate: Fri Jan 9 07:32:21 2026 -0400
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Jan 13 16:10:57 2026 +0100

    ui: set accessible role to PAGE_TAB_LIST for GtkButton
    
    Signed-off-by: Henry Castro <[email protected]>
    Change-Id: I2cd320db34bfc5754b38859fbecf54c58990a602
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196919
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/svx/uiconfig/ui/findreplacedialog.ui 
b/svx/uiconfig/ui/findreplacedialog.ui
index 7a81b437beca..e185e65ddc85 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -68,6 +68,11 @@
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">True</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="find_tab_btn-atkobject">
+                    <property name="AtkObject::accessible-role">page tab 
list</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -81,6 +86,11 @@
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">True</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="replace_tab_btn-atkobject">
+                    <property name="AtkObject::accessible-role">page tab 
list</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="expand">False</property>

Reply via email to