diff -r 631ab73d1ae1 -r 52007c404f32 GUI/MainForm.Designer.cs --- a/GUI/MainForm.Designer.cs Thu Nov 11 20:48:19 2010 +0000 +++ b/GUI/MainForm.Designer.cs Thu Nov 11 21:22:24 2010 +0000 @@ -467,6 +467,8 @@ this.Text = "Open Hardware Monitor"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); this.Load += new System.EventHandler(this.MainForm_Load); + this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize); + this.Move += new System.EventHandler(this.MainForm_MoveOrResize); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); this.splitContainer.ResumeLayout(false);