[gnome-initial-setup/wip/gbsneto/low-res-screens: 1/5] assistant: let pages have different sizes



commit 238cf77ef524a0d00ce2136a02aeddb19119ad87
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Mar 15 16:51:02 2016 -0300

    assistant: let pages have different sizes
    
    GisAssistant doesn't set the vertical and horizontal
    homogeneous property, which defaults to TRUE. That
    means that all pages will have the size of the biggest
    page (in width and height).
    
    When running on top of low resolution displays, this
    behavior is undesired since we want to minimize the
    size of the pages and, ideally, not show the scrollbars.
    
    Fix that by setting the hhomogeneous and vhomogeneous
    properties to FALSE.

 gnome-initial-setup/gis-assistant.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/gis-assistant.ui b/gnome-initial-setup/gis-assistant.ui
index c70b5c2..3dc0295 100644
--- a/gnome-initial-setup/gis-assistant.ui
+++ b/gnome-initial-setup/gis-assistant.ui
@@ -85,6 +85,8 @@
             <property name="transition-type">slide-left-right</property>
             <property name="vexpand">True</property>
             <property name="hexpand">True</property>
+            <property name="hhomogeneous">False</property>
+            <property name="vhomogeneous">False</property>
           </object>
         </child>
       </object>


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