[PATCH 3/4] Use the same text formatting on the langsupport spoke as on the welcome spoke.

Chris Lumens clumens at redhat.com
Mon May 13 19:22:21 UTC 2013


---
 pyanaconda/ui/gui/spokes/langsupport.glade | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/langsupport.glade b/pyanaconda/ui/gui/spokes/langsupport.glade
index 7547c27..afb5995 100644
--- a/pyanaconda/ui/gui/spokes/langsupport.glade
+++ b/pyanaconda/ui/gui/spokes/langsupport.glade
@@ -70,7 +70,7 @@
                     <property name="halign">start</property>
                     <property name="label" translatable="yes">Select additional language support to be installed</property>
                     <attributes>
-                      <attribute name="font-desc" value="Cantarell 12"/>
+                      <attribute name="font-desc" value="Cantarell 14"/>
                       <attribute name="weight" value="normal"/>
                       <attribute name="scale" value="1"/>
                     </attributes>
@@ -129,7 +129,9 @@
                                 <property name="title" translatable="yes">column</property>
                                 <property name="expand">True</property>
                                 <child>
-                                  <object class="GtkCellRendererText" id="nativeNameRenderer"/>
+                                  <object class="GtkCellRendererText" id="nativeNameRenderer">
+                                    <property name="font">Cantarell 12</property>
+                                  </object>
                                   <attributes>
                                     <attribute name="markup">0</attribute>
                                   </attributes>
@@ -141,7 +143,10 @@
                                 <property name="title" translatable="yes">column</property>
                                 <property name="expand">True</property>
                                 <child>
-                                  <object class="GtkCellRendererText" id="englishNameRenderer"/>
+                                  <object class="GtkCellRendererText" id="englishNameRenderer">
+                                    <property name="font">Cantarell Italic 14</property>
+                                    <property name="foreground">gray</property>
+                                  </object>
                                   <attributes>
                                     <attribute name="markup">1</attribute>
                                   </attributes>
-- 
1.8.1.2



More information about the anaconda-patches mailing list