mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Set default threshold to 1000 ms
This commit is contained in:
parent
c2dd129b20
commit
9d7f8e3bc3
@ -2933,7 +2933,7 @@ $HorzAlign = Center
|
|||||||
AlignTimeCodes = true;
|
AlignTimeCodes = true;
|
||||||
ExtractExactTimeCodes = false;
|
ExtractExactTimeCodes = false;
|
||||||
SnapToShotChanges = true;
|
SnapToShotChanges = true;
|
||||||
OverlapThreshold = 0;
|
OverlapThreshold = 1000;
|
||||||
Profile = new BeautifyTimeCodesProfile();
|
Profile = new BeautifyTimeCodesProfile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user