nothing important

This commit is contained in:
Nikos Kouremenos 2005-07-18 15:57:11 +00:00
parent eeeb26469a
commit f3c99b8cc5
1 changed files with 1 additions and 1 deletions

View File

@ -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.5, 0.05)
self.image.set_alignment(0.5, 0.025)
hbox.pack_start(self.image, False, False)
contents = gtk.VBox()