[gnome-boxes/gnome-3-12] wizard: Reduce vertical margins



commit fcf5a3adf729b02bd8e679fb40c132adaef51340
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Mar 26 00:04:34 2014 +0000

    wizard: Reduce vertical margins
    
    This is so that main window can fit in 625x750px. However we still won't
    fit on many small screens out there, where height is 768px and
    gnome-shell's topbar already takes 24px.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720908

 data/ui/wizard-media-entry.ui |    2 --
 data/ui/wizard.ui             |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/wizard-media-entry.ui b/data/ui/wizard-media-entry.ui
index 0c4ee6a..4f0fb37 100644
--- a/data/ui/wizard-media-entry.ui
+++ b/data/ui/wizard-media-entry.ui
@@ -9,8 +9,6 @@
     <child>
       <object class="GtkBox" id="hbox">
         <property name="visible">True</property>
-        <property name="margin-top">5</property>
-        <property name="margin-bottom">5</property>
         <property name="margin-left">15</property>
         <property name="margin-right">15</property>
         <property name="spacing">20</property>
diff --git a/data/ui/wizard.ui b/data/ui/wizard.ui
index d7c3db3..4579975 100644
--- a/data/ui/wizard.ui
+++ b/data/ui/wizard.ui
@@ -73,7 +73,7 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
           <object class="GtkBox" id="source_vbox">
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
-            <property name="spacing">30</property>
+            <property name="spacing">5</property>
             <property name="valign">center</property>
 
             <child>


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