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



commit 35793518aa22290861544e5e8e979098522529fb
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]