cui/uiconfig/ui/aboutdialog.ui | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit 1fe4486cd56a8e7f6f19f5a8453c167faac8faa4 Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Mon Apr 20 14:34:33 2020 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Mon Apr 20 16:06:45 2020 +0200 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.tie...@documentfoundation.org> 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits