[gnome-software] gs-editor: layout tweaks



commit c6477bc5ff69c8745b699f04b6b93b8dbc5a64fc
Author: Allan Day <allanpday gmail com>
Date:   Mon Aug 5 11:55:41 2019 +0100

    gs-editor: layout tweaks
    
    Make sure that the scrollbar is along the window edge, and allow
    the grid to reflow.

 src/gs-editor.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-editor.ui b/src/gs-editor.ui
index 677d2de5..42a4110f 100644
--- a/src/gs-editor.ui
+++ b/src/gs-editor.ui
@@ -66,7 +66,6 @@
               <object class="GtkScrolledWindow">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="border_width">24</property>
                 <property name="hscrollbar_policy">never</property>
                 <child>
                   <object class="GtkViewport">
@@ -75,12 +74,13 @@
                     <child>
                       <object class="GtkFlowBox" id="flowbox_main">
                         <property name="visible">True</property>
-                        <property name="halign">start</property>
+                        <property name="halign">center</property>
                         <property name="valign">start</property>
+                        <property name="border_width">24</property>
                         <property name="homogeneous">True</property>
                         <property name="column_spacing">12</property>
                         <property name="row_spacing">12</property>
-                        <property name="min_children_per_line">4</property>
+                        <property name="min_children_per_line">1</property>
                         <property name="max_children_per_line">4</property>
                         <property name="selection_mode">none</property>
                       </object>


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