summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2021-04-26 11:14:35 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-04-27 10:50:17 +0200
commit0dda1ef42e835a0cbcc3de31103c1c190dfd44f2 (patch)
treebe36a8db400a6927824faaae875cc4624d09acc9
parent0011c032afb96b2b3cfa63f88565e01c84d03512 (diff)
AboutDialog: imgBrand: Fix alignment
The imgBrand was "centered" aligned with the text bellow which was resulting in not only going against the dialog layout (2 sections) but was also appearing "false" centered aligned: - Left section: imgAbout - Right section: text left aligned - Right section: imgBrand was not left aligned and not centered aligned etheir (with the dialog) Fix: Left align imgBrand to be consistent with other elements in the same section. Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I227f67863d5b6e951c498ee7acdfadc0fac75e6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114648 Tested-by: Jenkins (cherry picked from commit 4e9df130a7f4084d1642a213792100187569900b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114606 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--cui/uiconfig/ui/aboutdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 29fc5bc76ef2..ddd0c33a8503 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -79,7 +79,7 @@
<object class="GtkImage" id="imBrand">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="halign">center</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-top">24</property>
<property name="margin-bottom">24</property>