summaryrefslogtreecommitdiffstats
path: root/win/C#/frmAbout.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-07-18 19:59:10 +0000
committersr55 <[email protected]>2007-07-18 19:59:10 +0000
commit34ec0f7cfb452f851cd2e59278b19ba724c50fa6 (patch)
treeb83d7194ead730dc0c19361773bf809f8c73e54d /win/C#/frmAbout.Designer.cs
parent3aea9521c461a42e879958d88ba8ce8e6ee4d5ca (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.cs3
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";