diff options
author | sr55 <[email protected]> | 2008-05-07 21:56:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-05-07 21:56:43 +0000 |
commit | 7b26952e91f56c839fc2bd2f668d59f9ae0a55c1 (patch) | |
tree | 37566d8dd0f471bd9fa1b04f48e2598083654f9a /win/C#/frmActivityWindow.Designer.cs | |
parent | c99236b3cd8fff2b67e93fb8a8c3a8f76dca223a (diff) |
WinGui:
- Activity window no longer prevents main window UI interaction.
- Fixed bug which would keep HandBrake in memory after the program was closed. It was still running but not visible.
- Removed old files
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1455 b64f7644-9d1e-0410-96f1-a4d463321fa5
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);
|