diff options
Diffstat (limited to 'src')
-rw-r--r-- | 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 049c06ce4..b3a7b3f7b 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"><b><span size='xx-large'>Loading account information</span></b></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> |