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 <marco@localhost.localdomain>2006-10-18 17:41:34 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-18 17:41:34 (GMT)
commit6c375a20f3e08f28d3a9fa6d020f71aca9b9bcd3 (patch)
tree3941622b56e741d77ff12537fa91f41e438ba5ad /shell
parentea8d801ad8881a46fdfd05a9aa57ef44e5eaf059 (diff)
Center the icon in the allocation space
Diffstat (limited to 'shell')
-rw-r--r--shell/view/home/FriendView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/FriendView.py b/shell/view/home/FriendView.py
index 5b54cce..52bc26e 100644
--- a/shell/view/home/FriendView.py
+++ b/shell/view/home/FriendView.py
@@ -75,7 +75,7 @@ class FriendView(hippo.CanvasBox):
self._activity_icon.props.icon_name = name
self._activity_icon.props.color = buddy.get_color()
if not self._activity_icon_visible:
- self.append(self._activity_icon)
+ self.append(self._activity_icon, hippo.PACK_EXPAND)
self._activity_icon_visible = True
else:
self._remove_activity_icon()