Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-06-23 19:26:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-23 19:26:33 (GMT)
commitd0cbce6d6dc4ee2f06e88741e34f511265465614 (patch)
tree644599ae6c06648714d46bfa141646bc77c04f18 /shell/shell.py
parent7504297e724d2d6f1da2f07c95f560b89f07c9d7 (diff)
Use size request rather than resize. Make the notebook
scrollable.
Diffstat (limited to 'shell/shell.py')
-rwxr-xr-xshell/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/shell.py b/shell/shell.py
index b551478..1647314 100755
--- a/shell/shell.py
+++ b/shell/shell.py
@@ -326,6 +326,7 @@ class ActivityContainer(dbus.service.Object):
self._fullscreen = False
self.notebook = gtk.Notebook()
+ self.notebook.set_scrollable(True)
tab_label = gtk.Label("Everyone")
self._start_page = StartPage(self._signal_helper)