Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/view/Shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-06-07 12:03:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-06-07 12:03:05 (GMT)
commitf91746f68e327660c6ec2ebc51608fe4eda3f60f (patch)
tree068d921a200063585a086c1b5eb2ec744c33c991 /src/view/Shell.py
parent728918620802ffc288bb0486f1de2850e000a6b2 (diff)
Zoom in when starting the notification.
Diffstat (limited to 'src/view/Shell.py')
-rw-r--r--src/view/Shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/Shell.py b/src/view/Shell.py
index 150392e..1095878 100644
--- a/src/view/Shell.py
+++ b/src/view/Shell.py
@@ -100,6 +100,7 @@ class Shell(gobject.GObject):
self._screen.toggle_showing_desktop(True)
self._home_window.set_zoom_level(shellmodel.ShellModel.ZOOM_ACTIVITY)
+ self._home_window.launch_box.zoom_in()
def __launch_failed_cb(self, home_model, home_activity):
if self._screen.get_showing_desktop():