diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-24 16:12:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-24 18:21:52 +0200 |
commit | 39bfafa73a327da2f9fc753e7f4dc10eca2dec78 (patch) | |
tree | 2b08382dd72f7799d4f1298ee3d55e6e05517020 /sw | |
parent | 8e34098774a002a8734d9d03d1ba7cb445b815c4 (diff) |
no need for an image-position if the button only has an image
and no text for the image to be relative to
Change-Id: Ic06dfe6451708590d08a3d2b6821f68a67048de7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116065
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/insertfootnote.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/insertfootnote.ui b/sw/uiconfig/swriter/ui/insertfootnote.ui index 334acd3ecd2f..7a561a5bbfd9 100644 --- a/sw/uiconfig/swriter/ui/insertfootnote.ui +++ b/sw/uiconfig/swriter/ui/insertfootnote.ui @@ -42,7 +42,6 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="insertfootnote|prev">Previous footnote/endnote</property> <property name="image">image1</property> - <property name="image_position">right</property> <child internal-child="accessible"> <object class="AtkObject" id="prev-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="insertfootnote|extended_tip|prev">Moves to the previous footnote or endnote anchor in the document.</property> |