mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
A few minor adjust ments to #5573 - thx vitacon :)
This commit is contained in:
parent
4078dea387
commit
5e5cf95360
@ -1041,7 +1041,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
|
||||
// paragraph text
|
||||
if (n > 50)
|
||||
if (n > 20)
|
||||
{
|
||||
string text = HtmlUtil.RemoveHtmlTags(paragraph.Text, true);
|
||||
if (Configuration.Settings.VideoControls.WaveformUnwrapText)
|
||||
@ -1053,7 +1053,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
|
||||
// paragraph number
|
||||
if (n > 25)
|
||||
if (n > 15)
|
||||
{
|
||||
string text = "#" + paragraph.Number + " " + paragraph.Duration.ToShortDisplayString();
|
||||
if (n <= 51 || graphics.MeasureString(text, font).Width >= currentRegionWidth - padding - 1)
|
||||
|
Loading…
Reference in New Issue
Block a user