runelite-client: move infoboxes back to top left

They are over top of split chat at botom left
This commit is contained in:
Adam
2018-01-02 21:24:34 -05:00
parent e20a248bed
commit e61035cea3

View File

@@ -53,7 +53,7 @@ public class InfoBoxOverlay extends Overlay
@Inject
public InfoBoxOverlay(InfoBoxManager infoboxManager, TooltipManager tooltipManager, Provider<Client> clientProvider)
{
setPosition(OverlayPosition.BOTTOM_LEFT);
setPosition(OverlayPosition.TOP_LEFT);
this.tooltipManager = tooltipManager;
this.infoboxManager = infoboxManager;
this.clientProvider = clientProvider;