[nanny] Pretty change to notify-win on Win32



commit 64befe2132d2fbdee882710882c8f5c7c3e77403
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Mon Jan 17 20:39:23 2011 +0100

    Pretty change to notify-win on Win32

 client/gnome/systray/src/gtkPopupNotify.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/client/gnome/systray/src/gtkPopupNotify.py b/client/gnome/systray/src/gtkPopupNotify.py
index a8a6e91..a9808b3 100644
--- a/client/gnome/systray/src/gtkPopupNotify.py
+++ b/client/gnome/systray/src/gtkPopupNotify.py
@@ -51,8 +51,8 @@ class NotificationStack():
             `show_timeout : if True, a countdown till destruction will be displayed.
             
         """
-        self.edge_offset_x = 0
-        self.edge_offset_y = 0
+        self.edge_offset_x = 5 
+        self.edge_offset_y = 30
         self.max_popups = 5
         self.fg_color = None
         self.bg_color = None



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]