add a space in tooltip between image and text. Fix #1223
This commit is contained in:
parent
6ceb13430b
commit
033e95e795
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class RosterTooltip(NotificationAreaTooltip):
|
||||||
self.create_window()
|
self.create_window()
|
||||||
self.hbox = gtk.HBox()
|
self.hbox = gtk.HBox()
|
||||||
self.hbox.set_homogeneous(False)
|
self.hbox.set_homogeneous(False)
|
||||||
self.hbox.set_spacing(0)
|
self.hbox.set_spacing(2)
|
||||||
self.create_table()
|
self.create_table()
|
||||||
if not contacts or len(contacts) == 0:
|
if not contacts or len(contacts) == 0:
|
||||||
# Tooltip for merged accounts row
|
# Tooltip for merged accounts row
|
||||||
|
|
Loading…
Add table
Reference in a new issue