[DurationBridgeGaps] - Use light-green as foreground (more visible).

This commit is contained in:
Ivandro Ismael 2016-08-25 02:53:32 +01:00
parent 4782325310
commit 592a2628cb
No known key found for this signature in database
GPG Key ID: A8832757DEFB7EDC

View File

@ -150,7 +150,7 @@ namespace Nikse.SubtitleEdit.Forms
}
foreach (var index in fixedIndexes)
SubtitleListview1.SetBackgroundColor(index, Color.Green);
SubtitleListview1.SetBackgroundColor(index, Color.LightGreen);
SubtitleListview1.EndUpdate();
groupBoxLinesFound.Text = string.Format(Configuration.Settings.Language.DurationsBridgeGaps.GapsBridgedX, FixedCount);