[gnome-boxes/gnome-3-12] wizard: Put some margin on the left & right



commit b957be5bde13428d230030354466f2906edf4c42
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Mar 26 13:02:06 2014 +0000

    wizard: Put some margin on the left & right
    
    So wizard doesn't look horrible on small dimensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720908

 data/ui/wizard.ui |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/wizard.ui b/data/ui/wizard.ui
index 4579975..3806e35 100644
--- a/data/ui/wizard.ui
+++ b/data/ui/wizard.ui
@@ -22,6 +22,8 @@
             <property name="visible">True</property>
             <property name="orientation">horizontal</property>
             <property name="spacing">10</property>
+            <property name="margin-left">10</property>
+            <property name="margin-right">10</property>
             <property name="halign">center</property>
 
             <child>
@@ -74,6 +76,8 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">5</property>
+            <property name="margin-left">10</property>
+            <property name="margin-right">10</property>
             <property name="valign">center</property>
 
             <child>
@@ -145,6 +149,8 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">30</property>
+            <property name="margin-left">10</property>
+            <property name="margin-right">10</property>
             <property name="valign">center</property>
 
             <child>
@@ -265,6 +271,8 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">0</property>
+            <property name="margin-left">10</property>
+            <property name="margin-right">10</property>
             <property name="valign">center</property>
           </object>
 
@@ -294,6 +302,8 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">0</property>
+            <property name="margin-left">10</property>
+            <property name="margin-right">10</property>
             <style>
               <class name="wizard"/>
               <class name="boxes-bg"/>


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