[gnome-software: 1/5] gs-search-page: Vertically align results at the top




commit 1d133dec96ec0b02f58389c4bc42f3bd45ec3a32
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Oct 5 18:36:24 2021 -0300

    gs-search-page: Vertically align results at the top
    
    Otherwise, the results listbox ends up filling the whole window,
    even when only a few results are displayed.

 src/gs-search-page.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-search-page.ui b/src/gs-search-page.ui
index 6f0d2199e..e23d85aa4 100644
--- a/src/gs-search-page.ui
+++ b/src/gs-search-page.ui
@@ -72,6 +72,7 @@
                       <object class="GtkListBox" id="list_box_search">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="valign">start</property>
                         <property name="selection_mode">none</property>
                         <property name="margin-top">24</property>
                         <property name="margin-bottom">36</property>


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