Fix overlay box alignment

This commit is contained in:
Marco Pesenti Gritti 2007-02-26 14:54:17 +01:00
parent 8f57bf7c9d
commit df1f01552d

View File

@ -87,7 +87,7 @@ class Frame:
root.append(box)
box = OverlayBox(self._shell)
root.append(box, hippo.PACK_FIXED)
root.append(box, hippo.PACK_END)
return panel