Skip to content

Commit

Permalink
Update Controls.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Mar 1, 2019
1 parent 9be327f commit 06410f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Controls/Controls.vb
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ Namespace UI
Event LinkClick()

Sub New()
Label.Left = 7
Label.Left = 4
Label.AutoSize = True
Controls.Add(Label)
End Sub
Expand Down Expand Up @@ -1870,4 +1870,4 @@ Namespace UI
MyBase.OnPaint(e)
End Sub
End Class
End Namespace
End Namespace

0 comments on commit 06410f2

Please sign in to comment.