summaryrefslogtreecommitdiff
path: root/svtools/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-01 16:33:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-01 21:34:12 +0200
commit56665a7265b0acce2c1c4908f07604ad77c3680f (patch)
tree3ce8e8ef9fdc409fe4c831b2f739609661ecdb7d /svtools/uiconfig
parent96d078596c4621319b355b131b90fe1291e0445f (diff)
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@redhat.com>
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r--svtools/uiconfig/ui/textviewcontrol.ui1
1 files changed, 1 insertions, 0 deletions
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>