Changeset 6339 in josm for trunk/src/org
- Timestamp:
- 2013-10-29T00:54:20+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NotificationManager.java
r6205 r6339 120 120 } else { 121 121 x = MARGIN; 122 y = parentWindow.getHeight() - size.height - MARGIN; 122 y = parentWindow.getHeight() - Main.toolbar.control.getSize().height - size.height - MARGIN; 123 123 } 124 124 parentWindow.getLayeredPane().add(currentNotificationPanel, JLayeredPane.POPUP_LAYER, 0);
Note:
See TracChangeset
for help on using the changeset viewer.