[gnome-software: 2/3] gs-details-page: Allow links stack to be non-homogeneous




commit 34e3a8c52c4b7c55d4cd5c5df53961fd158e9208
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Aug 17 11:25:58 2021 +0100

    gs-details-page: Allow links stack to be non-homogeneous
    
    This removes a large vertical gap below the links list when it’s short
    and the page is in narrow mode.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1402

 src/gs-details-page.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 3ff62412b..4f0024a30 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -694,6 +694,7 @@
 
                                 <child>
                                   <object class="GtkStack" id="links_stack">
+                                    <property name="homogeneous">False</property>
                                     <property name="visible">True</property>
 
                                     <child>


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