From 5eb5ffbc0bee4eeebb5b603f11beb05dc2c33e25 Mon Sep 17 00:00:00 2001
From: MaxED <j.maxed@gmail.com>
Date: Mon, 11 Jan 2016 14:27:08 +0000
Subject: [PATCH] Fixed, Updater window: "Ignore this update" checkbox was
 incorrectly anchored.

---
 Source/Core/Windows/UpdateForm.Designer.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Source/Core/Windows/UpdateForm.Designer.cs b/Source/Core/Windows/UpdateForm.Designer.cs
index a0c838332..7fd039db7 100644
--- a/Source/Core/Windows/UpdateForm.Designer.cs
+++ b/Source/Core/Windows/UpdateForm.Designer.cs
@@ -106,6 +106,7 @@
 			// 
 			// ignorethisupdate
 			// 
+			this.ignorethisupdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 			this.ignorethisupdate.AutoSize = true;
 			this.ignorethisupdate.Location = new System.Drawing.Point(306, 233);
 			this.ignorethisupdate.Name = "ignorethisupdate";
@@ -131,7 +132,7 @@
 			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 			this.MaximizeBox = false;
 			this.MinimizeBox = false;
-			this.MinimumSize = new System.Drawing.Size(625, 250);
+			this.MinimumSize = new System.Drawing.Size(667, 250);
 			this.Name = "UpdateForm";
 			this.ShowInTaskbar = false;
 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
-- 
GitLab