diff options
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index a46b2c6a0..c5bbd5bbe 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -14,8 +14,10 @@ <object class="GtkLabel" id="label654"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Contact</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Contact</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -225,8 +227,10 @@ <object class="GtkLabel" id="label672"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Groups</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Groups</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -334,8 +338,10 @@ <object class="GtkLabel" id="label649"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Contact Details</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Contact Details</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -478,8 +484,10 @@ <object class="GtkLabel" id="label662"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Client Information</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Client Information</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |