From 392ad3284d9e686ee49b51565490d665ca7e4284 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 28 May 2016 03:20:27 +0200 Subject: front: More visual tweaks and tuneups - Time in oplog is now localtime and properly padded (00:10, not 0:10) - Health map instead of combo/aggregated - Tweak the menu slightly - Rotate and resize the random switch in guess_placement --- include/nms/util.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/nms/util.pm') 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; }; -- cgit v1.2.3