[gnome-boxes/wip/rishi/rhel: 7/11] wizard: Let the WizardSource expand if it wants to



commit d55292386ec30c7e9190ebfba19c1d2ce071c577
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 29 21:29:24 2017 +0200

    wizard: Let the WizardSource expand if it wants to
    
    In a following patch, we will add a separate page with a WebKitWebView
    to the WizardSource. When used, this page should expand to fill the
    whole dialog instead of staying center aligned like the existing pages.
    Therefore, the WizardSource should be allowed to expand when it wants
    to.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786679

 data/ui/wizard.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/wizard.ui b/data/ui/wizard.ui
index 78a2943..e044371 100644
--- a/data/ui/wizard.ui
+++ b/data/ui/wizard.ui
@@ -25,8 +25,8 @@
           </object>
 
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
           </packing>
         </child>
       </object>


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