diff options
author | Katarina Behrens <bubli@bubli.org> | 2021-04-23 20:35:11 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-04-24 01:15:53 +0200 |
commit | b38fd085608a44cf3a2d181e2720c758356647d7 (patch) | |
tree | 540bad19e871661813fbbdbeccde5f1b82c1f4c9 | |
parent | fbcc644bad1fb0ad9a9387ba93339b24c126629f (diff) |
tdf#139699: remove stray image that is not used anywhere
Tool button using the image was removed by
5da3ae08596c2465532e662537f5292454a84a3e
and with no other tool button using it, it accounts for blue
'decoration' at the top of 3D effects dialog
Change-Id: Id5705832614315316433e38e0c8635e1b4a3d906
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114569
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | svx/uiconfig/ui/docking3deffects.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui index 123ca1fe63c4..50ef7d358a12 100644 --- a/svx/uiconfig/ui/docking3deffects.ui +++ b/svx/uiconfig/ui/docking3deffects.ui @@ -234,11 +234,6 @@ <property name="can_focus">False</property> <property name="icon_name">svx/res/colordlg.png</property> </object> - <object class="GtkImage" id="image42"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="icon_name">svx/res/blend3d.png</property> - </object> <object class="GtkImage" id="image5"> <property name="visible">True</property> <property name="can_focus">False</property> |