[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - cui/uiconfig

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 27 08:50:51 UTC 2021


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

New commits:
commit 0dda1ef42e835a0cbcc3de31103c1c190dfd44f2
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Mon Apr 26 11:14:35 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Apr 27 10:50:17 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.silva at 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 at ubuntu.com>

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>


More information about the Libreoffice-commits mailing list