Skip to content

Commit

Permalink
Fix online list panel online player count label position
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed May 2, 2023
1 parent 79cfa3b commit 1df8623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EndlessClient/HUD/Panels/OnlineListPanel.cs
Expand Up @@ -86,7 +86,7 @@ private enum Filter
AutoSize = false,
ForeColor = ColorConstants.LightGrayText,
TextAlign = LabelAlignment.MiddleRight,
DrawArea = new Rectangle(454, 3, 27, 14),
DrawArea = new Rectangle(454, 1, 27, 14),
BackColor = Color.Transparent,
};
_totalNumberOfPlayers.SetParentControl(this);
Expand Down

0 comments on commit 1df8623

Please sign in to comment.