do not align jid to bottom in roster tooltips
This commit is contained in:
parent
1565e600e2
commit
010eb2c9f3
|
@ -527,9 +527,6 @@ class RosterTooltip(NotificationAreaTooltip):
|
|||
vcard_table.attach(label, 1, 2, vcard_current_row,
|
||||
vcard_current_row + 1, gtk.FILL, vertical_fill, 0, 0)
|
||||
label = gtk.Label()
|
||||
if num_resources > 1 and not properties:
|
||||
label.set_alignment(0, 1)
|
||||
else:
|
||||
label.set_alignment(0, 0)
|
||||
label.set_markup(property[1])
|
||||
label.set_line_wrap(True)
|
||||
|
|
Loading…
Reference in New Issue