Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/ElevationProfilePanel.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/ElevationProfilePanel.java	(revision 23750)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/ElevationProfilePanel.java	(revision 23751)
@@ -430,6 +430,6 @@
 		}
 
-		plotArea.setLocation(10, 0);
-		plotArea.grow(-20, -15);
+		plotArea.setLocation(0, 0);
+		plotArea.grow(-10, -15);
 	}
 
