mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Adjust default waveform colors.
This commit is contained in:
parent
738589f899
commit
1bbd2ac853
@ -669,8 +669,8 @@ namespace Nikse.SubtitleEdit.Core
|
||||
WaveformAllowOverlap = false;
|
||||
WaveformBorderHitMs = 15;
|
||||
WaveformGridColor = Color.FromArgb(255, 20, 20, 18);
|
||||
WaveformColor = Color.GreenYellow;
|
||||
WaveformSelectedColor = Color.Red;
|
||||
WaveformColor = Color.FromArgb(255, 160, 240, 30);
|
||||
WaveformSelectedColor = Color.FromArgb(255, 230, 0, 0);
|
||||
WaveformBackgroundColor = Color.Black;
|
||||
WaveformTextColor = Color.Gray;
|
||||
WaveformTextSize = 9;
|
||||
|
Loading…
Reference in New Issue
Block a user