[gnome-software: 1/2] gs-overview-page: Ensure content is top-aligned if there’s space




commit ec1493368cba547c8dffd3a5998ed88329f98e11
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Aug 12 18:43:43 2021 +0100

    gs-overview-page: Ensure content is top-aligned if there’s space
    
    If there’s not much content, ensure it’s top aliged (as is already done
    on the category page) rather than spread out across the height of the
    page.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1346

 src/gs-overview-page.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/gs-overview-page.ui b/src/gs-overview-page.ui
index b08a3742b..550010b28 100644
--- a/src/gs-overview-page.ui
+++ b/src/gs-overview-page.ui
@@ -83,6 +83,8 @@
                             <property name="border_width">12</property>
                             <property name="orientation">vertical</property>
                             <property name="margin-bottom">24</property>
+                            <property name="valign">start</property>
+
                             <child>
                               <object class="GsFeaturedCarousel" id="featured_carousel">
                                 <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]