svx/uiconfig/ui/gotopagedialog.ui |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit cff048c6258ca4e362af4946740ea880f3ce7374
Author:     Parth Raiyani <[email protected]>
AuthorDate: Wed Sep 17 11:45:19 2025 +0530
Commit:     Szymon Kłos <[email protected]>
CommitDate: Mon Oct 6 07:25:15 2025 +0200

    accessibility: add static accessibility role
    
    - improve accessibility by adding static role to page count label in go to 
page dialog
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: I7cd8415ab50fa203e81559ff08a1b8adc2ee3d84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191062
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>

diff --git a/svx/uiconfig/ui/gotopagedialog.ui 
b/svx/uiconfig/ui/gotopagedialog.ui
index 9f9346ef0996..c54bf7c65916 100644
--- a/svx/uiconfig/ui/gotopagedialog.ui
+++ b/svx/uiconfig/ui/gotopagedialog.ui
@@ -81,6 +81,11 @@
                 <property name="hexpand">True</property>
                 <property name="label" translatable="yes" 
context="gotopagedialog|page_count">of $1</property>
                 <property name="xalign">0</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="page_count-atkobject">
+                    <property 
name="AtkObject::accessible-role">static</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="left-attach">2</property>

Reply via email to