diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-26 16:14:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-26 18:40:12 +0200 |
commit | f75549b4169f327faca88d5ce9d544bc6885bef1 (patch) | |
tree | de81e76977295f60c4eda14caa113da3f0877fb6 /sfx2 | |
parent | f3f6b68629656d488550fb82898e40fcad61c271 (diff) |
don't need always-show-image if there's just an image and no text
Change-Id: Ic3a1aad525af39b723e71f579fba40157cb15ac7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116202
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/linefragment.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/linefragment.ui b/sfx2/uiconfig/ui/linefragment.ui index 0f9b03f97709..6f053a9ef816 100644 --- a/sfx2/uiconfig/ui/linefragment.ui +++ b/sfx2/uiconfig/ui/linefragment.ui @@ -56,7 +56,6 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="linefragment|STR_SFX_REMOVE_PROPERTY">Remove Property</property> <property name="image">image1</property> - <property name="always_show_image">True</property> </object> <packing> <property name="left_attach">3</property> |