[empathy] accounts-dialog.ui: set pango properties in the UI file (#628063)



commit b4a1d5606e68916a99ca672818bcbebb5c2a8ee0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Aug 27 09:43:23 2010 +0200

    accounts-dialog.ui: set pango properties in the UI file (#628063)

 src/empathy-accounts-dialog.ui |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui
index 049c06c..b3a7b3f 100644
--- a/src/empathy-accounts-dialog.ui
+++ b/src/empathy-accounts-dialog.ui
@@ -233,8 +233,11 @@
             <child>
               <object class="GtkLabel" id="label5">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">&lt;b&gt;&lt;span size='xx-large'&gt;Loading account information&lt;/span&gt;&lt;/b&gt;</property>
-                <property name="use_markup">True</property>
+                <property name="label" translatable="yes">Loading account information</property>
+                <attributes>
+                  <attribute name="weight" value="bold"/>
+                  <attribute name="scale" value="1.728"/> <!-- PANGO_SCALE_XX_LARGE -->
+                </attributes>
               </object>
               <packing>
                 <property name="position">1</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]