summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/x264Panel.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-05-04 22:40:46 +0000
committersr55 <[email protected]>2009-05-04 22:40:46 +0000
commitec848fee96e7cbfbb2037b1908978ebe45543e54 (patch)
treed861e2be4d7331f4d20c721aa684d2555d51130b /win/C#/Controls/x264Panel.Designer.cs
parent75d5f5f6e4064dae500ea3d3b034f3bfbf2393b8 (diff)
WinGui:
# New - Setup LibDVDNav option for scanning. # Directory and logging changes - The GUI now stores preset data in the systems user Application Data directory. This means that multi-user systems don't share the same single set of user presets. - A History of logs are automatically stored in the systems application data directory. - Changed the log preferences to make them a bit easier to understand. # Bugs / Typos - Fixed small bug in the version info regex parser. - Fixed typo on x264 tab - Fixed minor GUI issue on the Add Preset window (button transparency) - Fixed disable Query Editor tab option (Thanks tlindgren) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2383 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/x264Panel.Designer.cs')
-rw-r--r--win/C#/Controls/x264Panel.Designer.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/Controls/x264Panel.Designer.cs b/win/C#/Controls/x264Panel.Designer.cs
index 3e3c4a2c7..82d6977e7 100644
--- a/win/C#/Controls/x264Panel.Designer.cs
+++ b/win/C#/Controls/x264Panel.Designer.cs
@@ -77,7 +77,7 @@
//
this.slider_psytrellis.Location = new System.Drawing.Point(436, 194);
this.slider_psytrellis.Name = "slider_psytrellis";
- this.slider_psytrellis.Size = new System.Drawing.Size(131, 42);
+ this.slider_psytrellis.Size = new System.Drawing.Size(131, 45);
this.slider_psytrellis.TabIndex = 86;
this.ToolTip.SetToolTip(this.slider_psytrellis, "Psychovisual Trellis tries to retain more sharpness and detail, but can cause art" +
"ifacting. \r\nIt is considered experimental, which is why it\'s off by default. Goo" +
@@ -108,7 +108,7 @@
//
this.slider_psyrd.Location = new System.Drawing.Point(436, 153);
this.slider_psyrd.Name = "slider_psyrd";
- this.slider_psyrd.Size = new System.Drawing.Size(131, 42);
+ this.slider_psyrd.Size = new System.Drawing.Size(131, 45);
this.slider_psyrd.TabIndex = 83;
this.ToolTip.SetToolTip(this.slider_psyrd, resources.GetString("slider_psyrd.ToolTip"));
this.slider_psyrd.Scroll += new System.EventHandler(this.slider_psyrd_Scroll);
@@ -539,9 +539,9 @@
this.check_pyrmidalBFrames.Location = new System.Drawing.Point(18, 194);
this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";
this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.check_pyrmidalBFrames.Size = new System.Drawing.Size(112, 17);
+ this.check_pyrmidalBFrames.Size = new System.Drawing.Size(118, 17);
this.check_pyrmidalBFrames.TabIndex = 59;
- this.check_pyrmidalBFrames.Text = "Pyrmidal B-Frames:";
+ this.check_pyrmidalBFrames.Text = "Pyramidal B-Frames:";
this.check_pyrmidalBFrames.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ToolTip.SetToolTip(this.check_pyrmidalBFrames, resources.GetString("check_pyrmidalBFrames.ToolTip"));
this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;