Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/BuddyMenu.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/BuddyMenu.py')
-rw-r--r--shell/view/BuddyMenu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/BuddyMenu.py b/shell/view/BuddyMenu.py
index 0eaa138..6b26295 100644
--- a/shell/view/BuddyMenu.py
+++ b/shell/view/BuddyMenu.py
@@ -4,7 +4,7 @@ from sugar.presence import PresenceService
import gtk
import goocanvas
-_ICON_SIZE = 72
+_ICON_SIZE = 75
class BuddyMenu(Menu):
ACTION_MAKE_FRIEND = 0
@@ -49,7 +49,7 @@ class BuddyMenu(Menu):
del pixbuf
self._buddy_icon_item = goocanvas.Image()
self._buddy_icon_item.set_property('pixbuf', scaled_pixbuf)
- self.add_image(self._buddy_icon_item, 3, 3)
+ self.add_image(self._buddy_icon_item, 5, 5)
friends = shell_model.get_friends()
if friends.has_buddy(self._buddy):