[gnome-boxes/wip/rishi/rhel: 7/15] wizard-source: Align each page	separately, instead of the whole widget
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-boxes/wip/rishi/rhel: 7/15] wizard-source: Align each page	separately, instead of the whole widget
- Date: Thu,  7 Sep 2017 13:26:26 +0000 (UTC)
commit 458651d2302e641fe5d46f305f257bed0394a607
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]