[gnome-software] Make the main stack non-homogeneous



commit 7bc54536cdb2497f7a5a69291a570c89b09f6540
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Jan 25 14:33:45 2017 -0200

    Make the main stack non-homogeneous
    
    Some views apparently report a bigger size than they actually
    require before they're mapped. Because of this, the window gets
    bigger than needed, rendering Software unusable on low resolution
    screens.
    
    Fix that by making the main stack non-homogeneous.

 src/gnome-software.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index a4b35cc0..3f49e3ed 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -442,6 +442,7 @@
             <child>
               <object class="GtkStack" id="stack_main">
                 <property name="visible">True</property>
+                <property name="homogeneous">False</property>
                 <child>
                   <object class="GsOverviewPage" id="overview_page">
                     <property name="visible">True</property>


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