[Libreoffice-commits] core.git: svtools/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 1 19:34:47 UTC 2021


 svtools/uiconfig/ui/textviewcontrol.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 56665a7265b0acce2c1c4908f07604ad77c3680f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 1 16:33:46 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 1 21:34:12 2021 +0200

    tdf#141633 table control expects the textview widget to word-char wrap
    
    at some point in the future
    https://gitlab.gnome.org/GNOME/gtk/-/issues/2530
    becomes available to consider using
    
    Change-Id: I7221075093f3d1712f30a0e7454ed63ddbabae55
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122931
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svtools/uiconfig/ui/textviewcontrol.ui b/svtools/uiconfig/ui/textviewcontrol.ui
index fa8ea541b8d2..be833f17acc4 100644
--- a/svtools/uiconfig/ui/textviewcontrol.ui
+++ b/svtools/uiconfig/ui/textviewcontrol.ui
@@ -24,6 +24,7 @@
             <property name="can_focus">True</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
+            <property name="wrap-mode">word-char</property>
             <property name="accepts_tab">False</property>
           </object>
         </child>


More information about the Libreoffice-commits mailing list