[gnome-software/gnome-3-32] gs-details-page: Stop details grid vertically expanding



commit 540dac5d73c5db0cdad607e2134dec0f11cc22ba
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Jun 27 16:43:48 2019 +0100

    gs-details-page: Stop details grid vertically expanding
    
    When there are very few rows in the details grid (due to not much
    information being available for an app), it expands each row to fill the
    available vertical area, which looks a bit weird.
    
    Change the vertical alignment to stop doing that.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 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 a3c4b94e..3e58f8cf 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -586,6 +586,7 @@
                                 <property name="row_spacing">9</property>
                                 <property name="column_spacing">24</property>
                                 <property name="hexpand">True</property>
+                                <property name="valign">start</property>
                                 <child>
                                   <object class="GtkLabel" id="label_details_version_title">
                                     <property name="visible">True</property>


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