Change ground items box size from 6 px to 8 px

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-06-15 18:37:35 +02:00
parent 62dc7c75c0
commit 0c1b98fcd5

View File

@@ -279,7 +279,7 @@ public class GroundItemsOverlay extends Overlay
// Hidden box
x += width + 2;
y = textY - (RECTANGLE_SIZE + stringHeight) / 2;
width = height = RECTANGLE_SIZE - 2;
width = height = RECTANGLE_SIZE;
final Rectangle itemHiddenBox = new Rectangle(x, y, width, height);
// Highlight box