diff options
author | sr55 <[email protected]> | 2008-07-10 15:55:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-07-10 15:55:37 +0000 |
commit | ca09da86966397b6467b4dcf912673386b63170a (patch) | |
tree | 9df7a05bc78e010cad1dcebef44ae7331dee8a9a /win/C#/frmActivityWindow.Designer.cs | |
parent | 6affb8475cbf438da4ee2a6ac218295f63d8414c (diff) |
WinGui:
- Activity log window code changed significantly. Now, instead of refeshing the whole log every 5 seconds, it only adds the new lines of log output.
- Fixed bugs where the autoUpdate thread could keep running after the windows had been closed, causing exceptions to occur.
- Removed some debug code from frmMain
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1562 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.Designer.cs')
-rw-r--r-- | win/C#/frmActivityWindow.Designer.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index 7191e29dc..865bf3c05 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -50,10 +50,9 @@ namespace Handbrake this.rtf_actLog.Location = new System.Drawing.Point(0, 0);
this.rtf_actLog.Name = "rtf_actLog";
this.rtf_actLog.ReadOnly = true;
- this.rtf_actLog.Size = new System.Drawing.Size(390, 390);
+ this.rtf_actLog.Size = new System.Drawing.Size(441, 512);
this.rtf_actLog.TabIndex = 29;
this.rtf_actLog.Text = "";
-
//
// ToolTip
//
@@ -65,7 +64,7 @@ namespace Handbrake this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(390, 390);
+ this.panel1.Size = new System.Drawing.Size(441, 512);
this.panel1.TabIndex = 95;
//
// frmActivityWindow
@@ -73,7 +72,7 @@ namespace Handbrake this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ClientSize = new System.Drawing.Size(390, 390);
+ this.ClientSize = new System.Drawing.Size(441, 512);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|