From 0c1b98fcd518b3ccb95a8288e05f21994f9faa97 Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Fri, 15 Jun 2018 18:37:35 +0200 Subject: [PATCH] Change ground items box size from 6 px to 8 px Signed-off-by: Tomas Slusny --- .../runelite/client/plugins/grounditems/GroundItemsOverlay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java b/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java index cc1d6ea5c4..804f06b7a9 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java @@ -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