cui/uiconfig/ui/aboutdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e9df130a7f4084d1642a213792100187569900b
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Mon Apr 26 11:14:35 2021 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Mon Apr 26 16:24:59 2021 +0200

    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.si...@collabora.com>
    Change-Id: I227f67863d5b6e951c498ee7acdfadc0fac75e6c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114648
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 0121e26a2485..02103df42abc 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -78,7 +78,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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to