Skip to content

Commit

Permalink
Fix version label placement on first screen to support BU gfx
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Sep 9, 2022
1 parent 03d5ac7 commit 17b1a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EndlessClient/ControlSets/InitialControlSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private IXNALabel GetVersionInfoLabel()
_configProvider.Host,
_configProvider.Port),
ForeColor = Color.Black,
DrawArea = new Rectangle(25, 453, 1, 1)
DrawArea = new Rectangle(20, 459, 1, 1)
};
}

Expand Down

0 comments on commit 17b1a11

Please sign in to comment.