nothing important
This commit is contained in:
parent
eeeb26469a
commit
f3c99b8cc5
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class RosterTooltip(gtk.Window):
|
||||||
hbox.set_border_width(6)
|
hbox.set_border_width(6)
|
||||||
self.add(hbox)
|
self.add(hbox)
|
||||||
self.image = gtk.Image()
|
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)
|
hbox.pack_start(self.image, False, False)
|
||||||
contents = gtk.VBox()
|
contents = gtk.VBox()
|
||||||
|
|
Loading…
Add table
Reference in a new issue