Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-26 13:54:17 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-26 13:54:17 (GMT)
commitdf1f01552dccf15b18aed9da1a6e04ad79996a6a (patch)
tree4c529e445cac8b13a457e7226a996ecbebac8b7b /shell
parent8f57bf7c9d224903c3d8a7b6e056d02766a5250d (diff)
Fix overlay box alignment
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index d2b224f..e5883ec 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -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