diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-12 16:40:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-12 20:45:49 +0200 |
commit | f99404da8b38955b4c1b99f76cfaefd0c19d5348 (patch) | |
tree | 636fb2f6f0ff53dcff62177f2ea6d994e9c61102 /sfx2 | |
parent | b5ece3fbc7f878846298fd9196e5a30ba50e0dc2 (diff) |
add truncate-multiline for uniformity
Change-Id: I731b2427b49586ba06e83ce36a13e3508caa3119
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115492
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/commandpopup.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/commandpopup.ui b/sfx2/uiconfig/ui/commandpopup.ui index b329d64c6f1e..ed10a85a995d 100644 --- a/sfx2/uiconfig/ui/commandpopup.ui +++ b/sfx2/uiconfig/ui/commandpopup.ui @@ -31,6 +31,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="caps-lock-warning">False</property> + <property name="truncate-multiline">True</property> <property name="placeholder-text" translatable="yes" context="commandpopup|entry">Search command</property> </object> <packing> |