diff options
author | sr55 <[email protected]> | 2007-10-14 16:58:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-14 16:58:01 +0000 |
commit | 6a429d65ab6a3fd1fddb87b206d410e2004b5411 (patch) | |
tree | 3fff7d210e206d4574573cfa80bddb982b5935d8 /win/C#/frmAbout.Designer.cs | |
parent | 82ec8fc00a3181c19bc825bf64cf22f6c9e744ca (diff) |
WinGui:
- Change: All windows made sizeable
- Change: Queue / Media Info Windows now have titles + icon and appear correctly in the task bar.
- Change: Minimise box removed in Queue window in favour of the Windows default minimise button.
- Fixed: System requirements checker was not confirming the correct amount of ram.
- Removed: Code to handle CLI Information without text files. This can not work without all data going out via standard output which has been decided against.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1026 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index 03a65e4b5..49ae98a89 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -163,7 +163,6 @@ namespace Handbrake this.Controls.Add(this.Label2);
this.Controls.Add(this.PictureBox1);
this.Controls.Add(this.Label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
|