diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-01-19 14:37:19 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-01-26 14:43:06 +0100 |
commit | 35713de9d0b4981a019edd25591285d0bc6107db (patch) | |
tree | 2091340c2e245fdc1cdf1a4e01017ae452473699 /sfx2/uiconfig | |
parent | 6226d29d576c87a6bea03690badb4cef18ec4a88 (diff) |
Make brand image clickable
and link to LibreOffice volunteer page
Change-Id: Ie422983d0e23faa16c2e2364b25798b938712a43
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109637
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 224678a970c8..e65eba9e9aba 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -417,17 +417,17 @@ </packing> </child> <child> - <object class="GtkImage" id="imBrand"> + <object class="GtkDrawingArea" id="daBrand"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="halign">center</property> <property name="valign">center</property> - <property name="margin-bottom">6</property> - <property name="icon-name">missing-image</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="margin-bottom">12</property> </object> <packing> <property name="expand">False</property> - <property name="fill">False</property> + <property name="fill">True</property> <property name="position">1</property> </packing> </child> |