[PATCH] Font and padding updates for the network spoke (mizmo).

Chris Lumens clumens at redhat.com
Fri Nov 2 20:36:05 UTC 2012


---
 pyanaconda/ui/gui/spokes/network.glade | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/network.glade b/pyanaconda/ui/gui/spokes/network.glade
index 37a3189..27afea8 100644
--- a/pyanaconda/ui/gui/spokes/network.glade
+++ b/pyanaconda/ui/gui/spokes/network.glade
@@ -75,7 +75,7 @@
                     <property name="label" translatable="yes">We'll need network access to fetch information about your location and to make software
 updates available for you.</property>
                     <attributes>
-                      <attribute name="font-desc" value="Sans 14"/>
+                      <attribute name="font-desc" value="Cantarell 12"/>
                     </attributes>
                   </object>
                   <packing>
@@ -121,10 +121,14 @@ updates available for you.</property>
         </child>
         <child internal-child="alignment">
           <object class="GtkAlignment" id="AnacondaSpokeWindow-alignment1">
+            <property name="margin_top">12</property>
             <property name="can_focus">False</property>
             <property name="yalign">0</property>
-            <property name="xscale">0</property>
-            <property name="yscale">0.5</property>
+            <property name="xscale">1</property>
+            <property name="yscale">1</property>
+            <property name="bottom_padding">48</property>
+            <property name="left_padding">24</property>
+            <property name="right_padding">24</property>
             <child internal-child="action_area">
               <object class="GtkBox" id="networkWindow-actionArea">
                 <property name="can_focus">False</property>
@@ -134,7 +138,6 @@ updates available for you.</property>
                   <object class="GtkVBox" id="networkControlBox_vbox">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="border_width">10</property>
                     <property name="spacing">12</property>
                     <child>
                       <object class="GtkVBox" id="vbox2">
-- 
1.7.11.2



More information about the anaconda-patches mailing list