[rhel7-branch][PATCH] Add left and right margins to the Progress hub (#1039556)

Vratislav Podzimek vpodzime at redhat.com
Wed Jan 15 08:54:58 UTC 2014


Having the widgets stretched from the edge to edge looks bad.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/hubs/progress.glade | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/hubs/progress.glade b/pyanaconda/ui/gui/hubs/progress.glade
index e22f7cb..d71d63e 100644
--- a/pyanaconda/ui/gui/hubs/progress.glade
+++ b/pyanaconda/ui/gui/hubs/progress.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Mon Nov  4 15:14:27 2013 -->
+<!-- Generated with glade 3.16.0 on Wed Jan 15 09:29:13 2014 -->
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <!-- interface-requires AnacondaWidgets 1.0 -->
@@ -34,6 +34,8 @@
             <property name="can_focus">False</property>
             <property name="yalign">0</property>
             <property name="xscale">0.5</property>
+            <property name="left_padding">6</property>
+            <property name="right_padding">6</property>
             <child internal-child="action_area">
               <object class="GtkBox" id="progressWindow-actionArea">
                 <property name="can_focus">False</property>
-- 
1.8.4.2



More information about the anaconda-patches mailing list