diff options
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index e19bcf7fe..7f17f82ce 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -158,8 +158,11 @@ <object class="GtkLabel" id="label_name"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label"><big><b>Gmail</b></big></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Gmail</property> + <attributes> + <attribute name="weight" value="bold"/> + <attribute name="scale" value="1.2"/> + </attributes> <property name="selectable">True</property> </object> <packing> @@ -204,8 +207,10 @@ <child type="label"> <object class="GtkLabel" id="label599"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Settings</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Settings</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -375,8 +380,10 @@ <child type="label"> <object class="GtkLabel" id="label643"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Add Account</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Add Account</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -406,8 +413,10 @@ <child type="label"> <object class="GtkLabel" id="label_no_protocol"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>No protocol installed</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">No protocol installed</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> |