add a space in tooltip between image and text. Fix #1223

This commit is contained in:
Yann Leboulanger 2006-02-06 18:07:50 +00:00
parent 6ceb13430b
commit 033e95e795
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class RosterTooltip(NotificationAreaTooltip):
self.create_window()
self.hbox = gtk.HBox()
self.hbox.set_homogeneous(False)
self.hbox.set_spacing(0)
self.hbox.set_spacing(2)
self.create_table()
if not contacts or len(contacts) == 0:
# Tooltip for merged accounts row