Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/frame.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-29 12:04:46 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-29 12:04:46 (GMT)
commit710f3eba00182094be29206696f3f9bef174269c (patch)
treee88101801e3db975c49e91a72ff750c59aa759a2 /shell/view/frame/frame.py
parent0512ae58537a4790a635c1e7cc1f095f34af95b3 (diff)
Tray size allocation fixes.
Diffstat (limited to 'shell/view/frame/frame.py')
-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 2582fe6..e87b939 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -222,7 +222,7 @@ class Frame(object):
panel = self._create_panel(gtk.POS_BOTTOM)
box = ActivitiesBox(self._shell)
- panel.append(box)
+ panel.append(box, hippo.PACK_EXPAND)
return panel