svx/uiconfig/ui/accessibilitycheckentry.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d89dc4ac09d3c2bd55174f09485173057cc1403b
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Fri Jul 21 15:55:33 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Jul 22 23:45:21 2023 +0200

    tdf#156137 - A11Y - Fix Long object names need to proper handling
    
    Add text wrap option (long names ends with '...') for in case of proper
    handling of long GOTO GtkLinkButton objects in case of accessibility 
sidebar.
    
    Change-Id: I3c4af522fc34289ca57b1a7878134c34353bbc47
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154726
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/svx/uiconfig/ui/accessibilitycheckentry.ui 
b/svx/uiconfig/ui/accessibilitycheckentry.ui
index ea4b63c5fe88..3e364419fcdb 100644
--- a/svx/uiconfig/ui/accessibilitycheckentry.ui
+++ b/svx/uiconfig/ui/accessibilitycheckentry.ui
@@ -37,6 +37,7 @@
         <property name="receives-default">True</property>
         <property name="halign">start</property>
         <property name="hexpand">True</property>
+        <property name="wrap">True</property>
         <property name="relief">none</property>
       </object>
       <packing>

Reply via email to