diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-09-07 12:45:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-07 15:55:32 +0200 |
commit | 28f40b79639c37da8af810d9d327b1af5baf8447 (patch) | |
tree | b678ea3e17141171fa6c1e92f73e17e18f12483c /sw | |
parent | 5791c779635b5d42de3c5691bdbadf4a079e096e (diff) |
add truncate-multiline for consistency with vcl and all the others
Change-Id: I7ccc294308d487ce2443699a946753290344a92d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139589
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/contentcontroldlg.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/contentcontroldlg.ui b/sw/uiconfig/swriter/ui/contentcontroldlg.ui index ef6b2081426c..f602bd00712c 100644 --- a/sw/uiconfig/swriter/ui/contentcontroldlg.ui +++ b/sw/uiconfig/swriter/ui/contentcontroldlg.ui @@ -183,6 +183,7 @@ <child> <object class="GtkEntry" id="checkboxcheckedentry"> <property name="visible">True</property> + <property name="truncate-multiline">True</property> <property name="can_focus">True</property> </object> <packing> @@ -193,6 +194,7 @@ <child> <object class="GtkEntry" id="checkboxuncheckedentry"> <property name="visible">True</property> + <property name="truncate-multiline">True</property> <property name="can_focus">True</property> </object> <packing> |