diff options
Diffstat (limited to 'win/C#/Controls/Subtitles.Designer.cs')
-rw-r--r-- | win/C#/Controls/Subtitles.Designer.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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);
|