diff options
author | sr55 <[email protected]> | 2008-03-19 21:30:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-03-19 21:30:15 +0000 |
commit | 5c462338e1cd90df417aa18eeabdcb56a2169827 (patch) | |
tree | 642052031b91872caa293cbb449033ffffbf3d2e /win/C#/frmMain.Designer.cs | |
parent | 945cce88b9b26e88a08feeea6e5ea767ba0a72c7 (diff) |
WinGui:
- Fixed some text label alignment issues around the cropping boxes
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1348 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 7a8fb7259..42303b602 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1829,7 +1829,7 @@ namespace Handbrake this.Label51.AutoSize = true;
this.Label51.BackColor = System.Drawing.Color.Transparent;
this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label51.Location = new System.Drawing.Point(237, 120);
+ this.Label51.Location = new System.Drawing.Point(237, 128);
this.Label51.Name = "Label51";
this.Label51.Size = new System.Drawing.Size(36, 13);
this.Label51.TabIndex = 12;
|