diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-icq.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-icq.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-icq.ui b/libempathy-gtk/empathy-account-widget-icq.ui index 495d6e949..f889fd050 100644 --- a/libempathy-gtk/empathy-account-widget-icq.ui +++ b/libempathy-gtk/empathy-account-widget-icq.ui @@ -107,8 +107,11 @@ <property name="visible">True</property> <property name="xalign">0</property> <property name="xpad">3</property> - <property name="label" translatable="yes"><span size="small"><b>Example:</b> 123456789</span></property> + <property name="label" translatable="yes"><b>Example:</b> 123456789</property> <property name="use_markup">True</property> + <attributes> + <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + </attributes> </object> <packing> <property name="left_attach">1</property> @@ -282,8 +285,11 @@ <object class="GtkLabel" id="label_example"> <property name="visible">True</property> <property name="xalign">0.10000000149011612</property> - <property name="label" translatable="yes"><span size="small"><b>Example:</b> 123456789</span></property> + <property name="label" translatable="yes"><b>Example:</b> 123456789</property> <property name="use_markup">True</property> + <attributes> + <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + </attributes> </object> <packing> <property name="position">1</property> |