diff options
author | sr55 <[email protected]> | 2007-07-18 19:59:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-18 19:59:10 +0000 |
commit | 34ec0f7cfb452f851cd2e59278b19ba724c50fa6 (patch) | |
tree | b83d7194ead730dc0c19361773bf809f8c73e54d /win/C#/frmAbout.Designer.cs | |
parent | 3aea9521c461a42e879958d88ba8ce8e6ee4d5ca (diff) |
WinGui:
- Many more little design tweaks.
- Updated frmSelectDVD for "All Supported Files"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@714 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index e0123aeb4..a918afd9a 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -129,6 +129,9 @@ namespace Handbrake this.Controls.Add(this.Label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximumSize = new System.Drawing.Size(532, 284);
+ this.MinimizeBox = false;
+ this.MinimumSize = new System.Drawing.Size(532, 284);
this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About Handbrake";
|