[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - svtools/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 4 02:49:32 UTC 2021


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

New commits:
commit 01e50986b3f430681ce07a00e1d77bf22700c466
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 1 16:33:46 2021 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Oct 4 04:48:57 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/+/122933
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.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