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>
This commit is contained in:
Caolán McNamara 2021-10-01 16:33:46 +01:00
parent 96d078596c
commit 56665a7265

View file

@ -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>