diff options
author | sr55 <[email protected]> | 2007-12-21 17:45:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-21 17:45:15 +0000 |
commit | 0854dc24ec1f2d0392c63e65f93cd9b85c0a292f (patch) | |
tree | c6d4c6781716155442904a18247d1850e1b91888 /win/C#/frmOptions.Designer.cs | |
parent | 8ee09a3eac69c06cfd9b04c369c0ada1915c7fce (diff) |
WinGui:
- Changed back from Query Window to Query Editor tab by popular demand.
- Fixed a small issue with resolution calculating the height when it shouldn't.
- Removed some old labels from the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1145 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 39bc81a96..b5eddd034 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -71,9 +71,9 @@ namespace Handbrake this.check_verbose.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.check_verbose.Location = new System.Drawing.Point(16, 127);
this.check_verbose.Name = "check_verbose";
- this.check_verbose.Size = new System.Drawing.Size(32, 17);
+ this.check_verbose.Size = new System.Drawing.Size(97, 17);
this.check_verbose.TabIndex = 51;
- this.check_verbose.Text = "s";
+ this.check_verbose.Text = "Verbose CLI";
this.check_verbose.UseVisualStyleBackColor = true;
this.check_verbose.CheckedChanged += new System.EventHandler(this.check_verbose_CheckedChanged);
//
|