[PATCH 2/2] Center the Langsupport spoke's description

Vratislav Podzimek vpodzime at redhat.com
Wed Sep 11 13:45:47 UTC 2013


Also add a colon at the end of the string and add some vertical space between it
and the language/locale scroll boxes.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/langsupport.glade | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/langsupport.glade b/pyanaconda/ui/gui/spokes/langsupport.glade
index 8e890df..4a81b4d 100644
--- a/pyanaconda/ui/gui/spokes/langsupport.glade
+++ b/pyanaconda/ui/gui/spokes/langsupport.glade
@@ -58,13 +58,13 @@
               <object class="GtkBox" id="AnacondaSpokeWindow-action_area1">
                 <property name="can_focus">False</property>
                 <property name="orientation">vertical</property>
-                <property name="spacing">6</property>
+                <property name="spacing">12</property>
                 <child>
                   <object class="GtkLabel" id="selectLabel">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="halign">start</property>
-                    <property name="label" translatable="yes">Select additional language support to be installed</property>
+                    <property name="halign">center</property>
+                    <property name="label" translatable="yes">Select additional language support to be installed:</property>
                     <attributes>
                       <attribute name="font-desc" value="Cantarell 14"/>
                       <attribute name="weight" value="normal"/>
-- 
1.7.11.7



More information about the anaconda-patches mailing list