diff options
author | sr55 <[email protected]> | 2008-04-04 21:13:59 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-04 21:13:59 +0000 |
commit | d6239a451833361425f47f2f5c23aed5b57faa2a (patch) | |
tree | 0ca4d45442d856365cc873f1abe4469700b765b7 /win/C#/frmMain.Designer.cs | |
parent | a798655972e09b6c80351b3337b28bc02270dc5c (diff) |
WinGui:
- Automatically select the longest title after a scan has completed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1380 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 20d4a9025..4569a3e9a 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -291,6 +291,7 @@ namespace Handbrake this.ToolTip.Active = false;
this.ToolTip.AutomaticDelay = 1000;
this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
+ this.ToolTip.ToolTipTitle = "Tooltip";
//
// drop_chapterFinish
//
@@ -2207,7 +2208,7 @@ namespace Handbrake //
this.label44.AutoSize = true;
this.label44.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label44.Location = new System.Drawing.Point(590, 108);
+ this.label44.Location = new System.Drawing.Point(606, 109);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(55, 12);
this.label44.TabIndex = 23;
@@ -2217,7 +2218,7 @@ namespace Handbrake //
this.check_8x8DCT.AutoSize = true;
this.check_8x8DCT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.check_8x8DCT.Location = new System.Drawing.Point(648, 108);
+ this.check_8x8DCT.Location = new System.Drawing.Point(664, 109);
this.check_8x8DCT.Name = "check_8x8DCT";
this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.check_8x8DCT.Size = new System.Drawing.Size(12, 11);
@@ -2243,7 +2244,7 @@ namespace Handbrake this.drop_analysis.FormattingEnabled = true;
this.drop_analysis.Location = new System.Drawing.Point(537, 105);
this.drop_analysis.Name = "drop_analysis";
- this.drop_analysis.Size = new System.Drawing.Size(47, 20);
+ this.drop_analysis.Size = new System.Drawing.Size(63, 20);
this.drop_analysis.TabIndex = 33;
this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.drop_analysis_SelectedIndexChanged);
//
|