Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/FriendIcon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/FriendIcon.py b/shell/FriendIcon.py
index eb2cf9d..8d1017c 100644
--- a/shell/FriendIcon.py
+++ b/shell/FriendIcon.py
@@ -58,7 +58,7 @@ class FriendIcon(IconItem):
grid_x = grid_x2 + distance
if grid_x + self._popup.get_width() > Grid.ROWS:
- grid_x = grid_x1 - self._popup.get_width() - distance
+ grid_x = grid_x1 - self._popup.get_width() + 1 - distance
grid_y = grid_y1