mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
[DurationBridgeGaps] - Use light-green as foreground (more visible).
This commit is contained in:
parent
4782325310
commit
592a2628cb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user