Add markup for avatar lebels in vcard window
This commit is contained in:
parent
df960e4a5d
commit
357a2a5b2b
1 changed files with 4 additions and 2 deletions
|
@ -272,7 +272,8 @@
|
|||
<property name="no_show_all">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="ypad">5</property>
|
||||
<property name="label" translatable="yes">User avatar:</property>
|
||||
<property name="label" translatable="yes"><b>User avatar:</b></property>
|
||||
<property name="use_markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -303,7 +304,8 @@
|
|||
<object class="GtkLabel" id="custom_avatar_label">
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Configured avatar:</property>
|
||||
<property name="label" translatable="yes"><b>Configured avatar:</b></property>
|
||||
<property name="use_markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue