diff options
author | sr55 <[email protected]> | 2009-10-08 20:05:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-10-08 20:05:17 +0000 |
commit | 196dd261bc518a5e27cc78cb0763d2818e8ffec6 (patch) | |
tree | 92088d69de6647846e9058fe1fb1c963ea48413d /win/C#/Controls | |
parent | 23b33caa37d903d099502217cfe573a9d2fb26fa (diff) |
WinGui:
- Couple of UI / tooltip tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls')
-rw-r--r-- | win/C#/Controls/AudioPanel.Designer.cs | 1 | ||||
-rw-r--r-- | win/C#/Controls/Subtitles.Designer.cs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/win/C#/Controls/AudioPanel.Designer.cs b/win/C#/Controls/AudioPanel.Designer.cs index 8d2006be8..0ac76d5e1 100644 --- a/win/C#/Controls/AudioPanel.Designer.cs +++ b/win/C#/Controls/AudioPanel.Designer.cs @@ -383,7 +383,6 @@ namespace Handbrake.Controls this.AudioTrackGroup.Controls.Add(this.label65);
this.AudioTrackGroup.Controls.Add(this.label67);
this.AudioTrackGroup.Controls.Add(this.label66);
- this.AudioTrackGroup.ForeColor = System.Drawing.Color.Black;
this.AudioTrackGroup.Location = new System.Drawing.Point(16, 67);
this.AudioTrackGroup.Name = "AudioTrackGroup";
this.AudioTrackGroup.Size = new System.Drawing.Size(689, 77);
diff --git a/win/C#/Controls/Subtitles.Designer.cs b/win/C#/Controls/Subtitles.Designer.cs index e6584f5c0..e10020559 100644 --- a/win/C#/Controls/Subtitles.Designer.cs +++ b/win/C#/Controls/Subtitles.Designer.cs @@ -94,7 +94,6 @@ this.SubTitlesGroup.Controls.Add(this.check_burned);
this.SubTitlesGroup.Controls.Add(this.check_forced);
this.SubTitlesGroup.Controls.Add(this.drp_subtitleTracks);
- this.SubTitlesGroup.ForeColor = System.Drawing.Color.Black;
this.SubTitlesGroup.Location = new System.Drawing.Point(6, 6);
this.SubTitlesGroup.Name = "SubTitlesGroup";
this.SubTitlesGroup.Size = new System.Drawing.Size(669, 50);
@@ -323,7 +322,6 @@ this.SRTGroup.Controls.Add(this.srt_charcode);
this.SRTGroup.Controls.Add(this.label2);
this.SRTGroup.Controls.Add(this.srt_lang);
- this.SRTGroup.ForeColor = System.Drawing.Color.Black;
this.SRTGroup.Location = new System.Drawing.Point(6, 6);
this.SRTGroup.Name = "SRTGroup";
this.SRTGroup.Size = new System.Drawing.Size(669, 50);
|