[tracker/search-bar] tracker-search-bar: Moved position of results window
- From: Martyn James Russell <mr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/search-bar] tracker-search-bar: Moved position of results window
- Date: Tue, 22 Sep 2009 12:05:23 +0000 (UTC)
commit 5c206b17c6a29b96f24aab984ffa07843c659e08
Author: Martyn Russell <martyn lanedo com>
Date: Tue Sep 22 13:04:41 2009 +0100
tracker-search-bar: Moved position of results window
src/tracker-search-bar/tracker-aligned-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-search-bar/tracker-aligned-window.c b/src/tracker-search-bar/tracker-aligned-window.c
index 061d8c7..63c05ba 100644
--- a/src/tracker-search-bar/tracker-aligned-window.c
+++ b/src/tracker-search-bar/tracker-aligned-window.c
@@ -191,7 +191,7 @@ tracker_aligned_window_position (TrackerAlignedWindow *window)
}
if (entry_y + entry_height + our_height < gdk_screen_height ()) {
- y = entry_y + entry_height - 1;
+ y = entry_y + entry_height + 1;
} else {
y = entry_y - our_height + 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]