[gnome-games] ui: Make the collection icon view more compact



commit 0d82d08e9d4cbd820141575d10c494ed55586331
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Nov 30 08:26:28 2017 +0100

    ui: Make the collection icon view more compact
    
    Don't make the game thumbnails expand as the window expand but rather
    pack as much as possible in the center of the window. This avoid a weird
    accordion effect when resizing the window and avoid having to move the
    eyes as much to see the available games.
    
    Also reduce a bit the spacing of the rows and columns to make the view
    more compact.

 data/ui/collection-icon-view.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/collection-icon-view.ui b/data/ui/collection-icon-view.ui
index 44d69b3..4705e33 100644
--- a/data/ui/collection-icon-view.ui
+++ b/data/ui/collection-icon-view.ui
@@ -28,15 +28,15 @@
           <object class="GtkFlowBox" id="flow_box">
             <property name="visible">True</property>
             <property name="can-focus">True</property>
-            <property name="halign">fill</property>
+            <property name="halign">center</property>
             <property name="valign">start</property>
             <property name="margin-start">28</property>
             <property name="margin-end">28</property>
             <property name="margin-top">21</property>
             <property name="margin-bottom">21</property>
             <property name="homogeneous">True</property>
-            <property name="column-spacing">42</property>
-            <property name="row-spacing">21</property>
+            <property name="column-spacing">14</property>
+            <property name="row-spacing">14</property>
             <property name="selection-mode">none</property>
             <signal name="child-activated" handler="on_child_activated"/>
           </object>


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