add a space before ( in the tooltip and add a comment
This commit is contained in:
parent
683ca7347a
commit
164c896e1e
1 changed files with 4 additions and 4 deletions
|
@ -500,7 +500,7 @@ class RosterTooltip(gtk.Window):
|
|||
hbox.set_border_width(6)
|
||||
self.add(hbox)
|
||||
self.image = gtk.Image()
|
||||
self.image.set_alignment(0, 0)
|
||||
#self.image.set_alignment(0, 0)
|
||||
hbox.pack_start(self.image, False, False)
|
||||
contents = gtk.VBox()
|
||||
contents.set_spacing(10)
|
||||
|
@ -637,7 +637,7 @@ class RosterTooltip(gtk.Window):
|
|||
info += '\n<span weight="bold">' + _('Status: ') + '</span>'
|
||||
if not multiple_status:
|
||||
# show the resource on the same line
|
||||
info += status_str[2:]
|
||||
info += status_str[2:] # remove \n\t
|
||||
else:
|
||||
info += status_str
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue