diff options
author | sr55 <[email protected]> | 2010-08-08 14:04:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-08-08 14:04:32 +0000 |
commit | 38ab1b4ced9b5a85c95ffeaad398bbf9fbd6c355 (patch) | |
tree | ad7979fe13c3233186a00d4ab9348c131e24fe4e /win/C#/frmAbout.Designer.cs | |
parent | 6b69bef5dbfc8420ac429bbb966062416ad5620d (diff) |
WinGui:
- Just some cleanup of project / install files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3474 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index dac2e4d12..4145deec7 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -60,7 +60,7 @@ namespace Handbrake // label1
//
this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(125, 47);
+ this.label1.Location = new System.Drawing.Point(125, 36);
this.label1.Margin = new System.Windows.Forms.Padding(3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(224, 13);
|