From 141843dd62c6f332399fdea6ead954d48d7d4541 Mon Sep 17 00:00:00 2001 From: FenPhoenix Date: Fri, 19 Jul 2019 06:23:37 -0700 Subject: [PATCH] Urgh, fix tags tab button alignment again --- AngelLoader/Forms/MainForm_InitManual.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AngelLoader/Forms/MainForm_InitManual.cs b/AngelLoader/Forms/MainForm_InitManual.cs index 64d659058..36d6d1391 100644 --- a/AngelLoader/Forms/MainForm_InitManual.cs +++ b/AngelLoader/Forms/MainForm_InitManual.cs @@ -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