[PATCH] Fix alignment on the Add and Configure Mount Point dialogs.

Chris Lumens clumens at redhat.com
Fri Nov 2 20:31:24 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.glade | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index c9b77b6..52a5dc1 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -91,7 +91,7 @@
               <object class="GtkLabel" id="label6">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="xalign">1</property>
+                <property name="xalign">0</property>
                 <property name="label" translatable="yes">&lt;b&gt;Mount Point:&lt;/b&gt;</property>
                 <property name="use_markup">True</property>
               </object>
@@ -107,6 +107,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="margin_bottom">12</property>
+                <property name="xalign">0</property>
                 <property name="label" translatable="yes">ADD A NEW MOUNT POINT</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
@@ -1673,6 +1674,7 @@ you'll be able to view their details here.</property>
               <object class="GtkLabel" id="disk_selection_title_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="xalign">0</property>
                 <property name="label" translatable="yes">CONFIGURE MOUNT POINT</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
-- 
1.7.11.2



More information about the anaconda-patches mailing list