summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-04-20 14:34:33 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-04-20 16:06:45 +0200
commit1fe4486cd56a8e7f6f19f5a8453c167faac8faa4 (patch)
treec326d97dc18a61c3fe8474ee8b6dbf94c751ec3e /cui/uiconfig
parent56774dbd6b36631a63cdb3173574a6eedaec371c (diff)
Resolves tdf#132180 - Stretched brand image at the ABout dialog
Explicitly centering the image solves the issue Change-Id: Ib5c4a7e772f01de72c19d74490f6a802378885ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92565 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/aboutdialog.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index d61aea94cf88..bbbac5187d92 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -73,8 +73,11 @@
<object class="GtkImage" id="imAbout">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
<property name="margin_right">12</property>
<property name="hexpand">True</property>
+ <property name="vexpand">True</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -86,9 +89,13 @@
<object class="GtkImage" id="imBrand">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
<property name="margin_left">24</property>
<property name="margin_top">24</property>
<property name="margin_bottom">24</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="xalign">0</property>
</object>
<packing>