diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-20 10:03:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-20 20:20:48 +0200 |
commit | 9e0646eaffe7954d60ebf36c86895acff63096d7 (patch) | |
tree | eed692a1cfd01e771e2c39a007cf35e4b6108eee /sfx2/uiconfig/ui/startcenter.ui | |
parent | f33c634a5b2f4ee010dd72f91128a445ef95d222 (diff) |
remove motif from startcenter
the icon doesn't exist in the normal case since
commit 60413c9800c27f53c1108015b50754b065bc98c6
Date: Wed Apr 18 12:22:07 2018 +0200
Replace Galaxy icon theme by Colibre
through a theoretical route via installing a gallery
icon extension still exists.
Use a different existing icon for the vcldemo
Change-Id: I81ab87742eaf2720877782a4425ef83719ee6ed9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104556
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig/ui/startcenter.ui')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 9bfdac820e73..05f802c06a75 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -374,17 +374,6 @@ </packing> </child> <child> - <object class="GtkImage" id="motif"> - <property name="can_focus">False</property> - <property name="pixbuf">sfx2/res/startcenter-logo.png</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">13</property> - </packing> - </child> - <child> <object class="GtkLabel" id="althelplabel"> <property name="can_focus">False</property> <property name="no_show_all">True</property> @@ -394,7 +383,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">14</property> + <property name="position">13</property> </packing> </child> </object> |