[gnome-boxes/wip/rishi/rhel: 8/16] wizard-source: Align each page separately, instead of the whole widget



commit eb6a553efe654d2a083c9bc8536f48f904c51e88
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 29 21:25:52 2017 +0200

    wizard-source: Align each page separately, instead of the whole widget
    
    In a following patch, we will add a separate page with a WebKitWebView
    to let the user log into their Red Hat developer account. It should
    expand to fill the whole dialog instead of being center aligned like
    the existing pages. Therefore, each page needs to be aligned
    separately.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786679

 data/ui/wizard-source.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/wizard-source.ui b/data/ui/wizard-source.ui
index 68262dd..8ad87a5 100644
--- a/data/ui/wizard-source.ui
+++ b/data/ui/wizard-source.ui
@@ -6,11 +6,11 @@
     <property name="transition-type">slide-left-right</property>
     <property name="transition-duration">400</property>
     <property name="hexpand">True</property>
-    <property name="halign">center</property>
 
     <!-- main page -->
     <child>
       <object class="GtkBox" id="main_vbox">
+        <property name="halign">center</property>
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
         <property name="spacing">0</property>
@@ -228,6 +228,7 @@
     <!-- URL page -->
     <child>
       <object class="GtkBox" id="url_menubox">
+        <property name="halign">center</property>
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
         <property name="spacing">0</property>


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