Correct buddies placement

This commit is contained in:
Marco Pesenti Gritti
2006-09-08 11:35:28 +02:00
parent 071719e0a4
commit 188edf560a
+1 -1
View File
@@ -27,7 +27,7 @@ class RightPanel(GridGroup):
color=IconColor(buddy.get_color()))
icon.connect('clicked', self.__buddy_clicked_cb, buddy)
row = self.get_n_children() + 2
row = self.get_n_children()
constraints = GridConstraints(0, row , 1, 1, 6)
self._layout.set_constraints(icon, constraints)