aboutsummaryrefslogtreecommitdiffstats
path: root/include/nms/util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'include/nms/util.pm')
-rw-r--r--include/nms/util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nms/util.pm b/include/nms/util.pm
index b71d5a2..4e61082 100644
--- a/include/nms/util.pm
+++ b/include/nms/util.pm
@@ -103,8 +103,8 @@ sub guess_placement_dx {
$src = "random";
$x = int(rand(1900));
$y = int(rand(900));
- $xx = $x + 20;
- $yy = $y + 130;
+ $xx = $x + 230;
+ $yy = $y + 40;
};