From f792413015e6e63c1ace9620a82c8677fc05af79 Mon Sep 17 00:00:00 2001 From: Myk Date: Sat, 28 Oct 2017 15:53:41 +1100 Subject: [PATCH] Move AskForAutoUpdates dialog to centre of screen --- GUI/AskUserForAutoUpdatesDialog.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/AskUserForAutoUpdatesDialog.Designer.cs b/GUI/AskUserForAutoUpdatesDialog.Designer.cs index 762e2dab75..f194ee05ce 100644 --- a/GUI/AskUserForAutoUpdatesDialog.Designer.cs +++ b/GUI/AskUserForAutoUpdatesDialog.Designer.cs @@ -77,6 +77,7 @@ private void InitializeComponent() this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AskUserForAutoUpdatesDialog"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Check for updates"; this.ResumeLayout(false); this.PerformLayout();