[PATCH] Remove the top and bottom padding from source spoke action area

David Shea dshea at redhat.com
Wed Apr 16 21:12:21 UTC 2014


There is way too much stuff going on this window to have that much
padding. This prevents the info bar from being pushed off of the screen
if all installation source options are displayed.
---
 pyanaconda/ui/gui/spokes/source.glade | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/source.glade b/pyanaconda/ui/gui/spokes/source.glade
index 85300b7..c69cbef 100644
--- a/pyanaconda/ui/gui/spokes/source.glade
+++ b/pyanaconda/ui/gui/spokes/source.glade
@@ -508,8 +508,6 @@
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="yalign">0</property>
-            <property name="top_padding">12</property>
-            <property name="bottom_padding">48</property>
             <property name="left_padding">24</property>
             <property name="right_padding">24</property>
             <child internal-child="action_area">
-- 
1.9.0



More information about the anaconda-patches mailing list