1.1 --- a/GUI/MainForm.Designer.cs Thu Nov 11 20:48:19 2010 +0000
1.2 +++ b/GUI/MainForm.Designer.cs Thu Nov 11 21:22:24 2010 +0000
1.3 @@ -467,6 +467,8 @@
1.4 this.Text = "Open Hardware Monitor";
1.5 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
1.6 this.Load += new System.EventHandler(this.MainForm_Load);
1.7 + this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize);
1.8 + this.Move += new System.EventHandler(this.MainForm_MoveOrResize);
1.9 this.splitContainer.Panel1.ResumeLayout(false);
1.10 this.splitContainer.Panel2.ResumeLayout(false);
1.11 this.splitContainer.ResumeLayout(false);