Skip to content

Commit

Permalink
Urgh, fix tags tab button alignment again
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jul 19, 2019
1 parent aa2e05d commit 141843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelLoader/Forms/MainForm_InitManual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ private void InitComponentManual()
AddRemoveTagFLP.Controls.Add(AddTagFromListButton);
AddRemoveTagFLP.FlowDirection = FlowDirection.RightToLeft;
AddRemoveTagFLP.Location = new Point(0, 248);
AddRemoveTagFLP.Size = new Size(536, 24);
AddRemoveTagFLP.Size = new Size(525, 24);
AddRemoveTagFLP.TabIndex = 3;
//
// RemoveTagButton
Expand Down

0 comments on commit 141843d

Please sign in to comment.