Better align jid and resource in gc contact tooltip

This commit is contained in:
lovetox 2016-11-19 17:31:23 +01:00
parent f10566f435
commit 289b31305d
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@
<object class="GtkLabel" id="resource">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
</object>
<packing>
@ -131,6 +132,7 @@
<object class="GtkLabel" id="jid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>