summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.Designer.cs
diff options
context:
space:
mode:
authorbrianmario <[email protected]>2007-07-19 03:46:40 +0000
committerbrianmario <[email protected]>2007-07-19 03:46:40 +0000
commit5a85699f791f49ea7643ec2335d919d152410652 (patch)
treec86fd1ac50e4e70b1bebc02389111457aed3fd84 /win/C#/frmQueue.Designer.cs
parent34ec0f7cfb452f851cd2e59278b19ba724c50fa6 (diff)
WinGui:
misc UI control placement changes updates to some FormBorderStyle's converted Parsing code to use regex instead of substrings and string splitting added a couple of additional code comments git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@715 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r--win/C#/frmQueue.Designer.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs
index 3235428c8..83233e59e 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, 404);
+ this.ClientSize = new System.Drawing.Size(651, 423);
this.ControlBox = false;
this.Controls.Add(this.lbl_progressValue);
this.Controls.Add(this.label2);
@@ -180,6 +180,7 @@ namespace Handbrake
this.Controls.Add(this.btn_q_encoder);
this.Controls.Add(this.list_queue);
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.Name = "frmQueue";