From 34e9d30a9cd87e5b3fa665a0a4a9a954a5edb88e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 08 Sep 2007 10:10:35 +0000 Subject: Improved icon caching logic --- (limited to 'shell/view/home/HomeBox.py') diff --git a/shell/view/home/HomeBox.py b/shell/view/home/HomeBox.py index 9eb5716..8a65579 100644 --- a/shell/view/home/HomeBox.py +++ b/shell/view/home/HomeBox.py @@ -41,7 +41,7 @@ class HomeBox(hippo.CanvasBox, hippo.CanvasItem): def __init__(self, shell): hippo.CanvasBox.__init__(self, background_color=0xe2e2e2ff, yalign=2) - self._donut = ActivitiesDonut(shell,box_width=style.zoom(450), + self._donut = ActivitiesDonut(shell, box_width=style.zoom(450), box_height=style.zoom(450)) self.append(self._donut) -- cgit v0.9.1