Image layout fixes

This commit is contained in:
Marco Pesenti Gritti
2006-09-25 21:35:25 +02:00
parent ef24aa7553
commit 9619921735
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class Menu(gtk.Window):
self._grid.set_constraints(image_item, x=5, y=self._height, width=width, height=height)
self._root.add_child(image_item)
self._height += height
self._height += height + 1
self._update_constraints()
def add_action(self, icon, action_id):