diff options
author | sr55 <[email protected]> | 2007-07-23 22:57:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-23 22:57:48 +0000 |
commit | 1c35c63291746d666f8b3c31e817154770163427 (patch) | |
tree | ec1e6ef184032849794ef16aa6104fa489b825fc /win/C#/frmQueue.Designer.cs | |
parent | 65b6563124572dc4e37bd7b538e9fc61db403dae (diff) |
WinGui:
- Fixed one cross-threading bug with a dirty hack. This will need to be sorted out properly later.
- Added cancel button place holder on frmReadDVD. (will be used for instances where hbcli stalls or crashes)
- Fixed a few Design issues with windows appearing with the wrong dimensions.
- Updated some comments about bugs that need fixed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@723 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index 83233e59e..b078970bd 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -168,7 +168,7 @@ namespace Handbrake //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(651, 423);
+ this.ClientSize = new System.Drawing.Size(657, 406);
this.ControlBox = false;
this.Controls.Add(this.lbl_progressValue);
this.Controls.Add(this.label2);
@@ -182,7 +182,8 @@ namespace Handbrake this.Controls.Add(this.btn_Close);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(659, 431);
+ this.MaximumSize = new System.Drawing.Size(663, 431);
+ this.MinimumSize = new System.Drawing.Size(663, 431);
this.Name = "frmQueue";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Queue";
|