Index: trunk/src/org/openstreetmap/josm/gui/NotificationManager.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/NotificationManager.java	(revision 6338)
+++ trunk/src/org/openstreetmap/josm/gui/NotificationManager.java	(revision 6339)
@@ -120,5 +120,5 @@
         } else {
             x = MARGIN;
-            y = parentWindow.getHeight() - size.height - MARGIN;
+            y = parentWindow.getHeight() - Main.toolbar.control.getSize().height - size.height - MARGIN;
         }
         parentWindow.getLayeredPane().add(currentNotificationPanel, JLayeredPane.POPUP_LAYER, 0);
