diff options
author | sr55 <[email protected]> | 2007-08-23 20:53:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-23 20:53:39 +0000 |
commit | e97b47af1ba1703067dc281a49ba9cae935346ee (patch) | |
tree | 3447182987723ac2b31ac56e28d114ce470c57fa /win/C#/frmMain.Designer.cs | |
parent | 890d542eb5d26733765b1b137fc09e801b75ac09 (diff) |
WinGui:
- Minor code tweaks / cleanup
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@856 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index a6e34a283..2556bbcb5 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1028,7 +1028,7 @@ namespace Handbrake this.lbl_update.AutoSize = true;
this.lbl_update.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_update.ForeColor = System.Drawing.Color.Black;
- this.lbl_update.Location = new System.Drawing.Point(83, 594);
+ this.lbl_update.Location = new System.Drawing.Point(88, 594);
this.lbl_update.Name = "lbl_update";
this.lbl_update.Size = new System.Drawing.Size(193, 13);
this.lbl_update.TabIndex = 417;
|