Fix overlay box alignment
This commit is contained in:
parent
8f57bf7c9d
commit
df1f01552d
@ -87,7 +87,7 @@ class Frame:
|
|||||||
root.append(box)
|
root.append(box)
|
||||||
|
|
||||||
box = OverlayBox(self._shell)
|
box = OverlayBox(self._shell)
|
||||||
root.append(box, hippo.PACK_FIXED)
|
root.append(box, hippo.PACK_END)
|
||||||
|
|
||||||
return panel
|
return panel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user