[gnome-software] feature tile: Fix the layout after GsBox removal



commit b3048b2e4772f490d4ecfe132bbe0f649da8878e
Author: Kalev Lember <klember redhat com>
Date:   Tue Jan 12 11:37:05 2016 +0100

    feature tile: Fix the layout after GsBox removal
    
    Set the homogeneous property to match what the GsBox code was previously
    doing.
    
    Pointed out by rluzynski on irc.

 src/feature-tile.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/feature-tile.ui b/src/feature-tile.ui
index 78330ec..c534035 100644
--- a/src/feature-tile.ui
+++ b/src/feature-tile.ui
@@ -30,6 +30,7 @@
           <object class="GtkBox" id="box">
             <property name="visible">True</property>
             <property name="hexpand">True</property>
+            <property name="homogeneous">True</property>
             <child>
               <object class="GtkEventBox" id="image">
                 <property name="visible">True</property>


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