diff options
Diffstat (limited to 'win/C#/frmActivityWindow.Designer.cs')
-rw-r--r-- | win/C#/frmActivityWindow.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index 1ef113d36..dea0620a1 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -79,9 +79,10 @@ namespace Handbrake this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmActivityWindow";
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Activity Window";
- this.Load += new System.EventHandler(this.frmActivityWindow_Load);
+
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
|