From 40ac3960554373fd6fed54f193f932d3e050ab51 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 14 Sep 2006 23:56:59 +0000 Subject: Fix small bugs in the grid logic --- (limited to 'shell') 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 -- cgit v0.9.1