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

New commits:
commit d8e9cf6c412874ce7185b98997afd7fb24820f71
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Fri Jul 21 15:55:33 2023 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Tue Jul 25 10:50:03 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>
    (cherry picked from commit d89dc4ac09d3c2bd55174f09485173057cc1403b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154854
    Reviewed-by: Michael Stahl <michael.st...@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