mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Minor fix in settings window
This commit is contained in:
parent
96972b7a49
commit
f96c9386e4
1
src/Forms/Settings.Designer.cs
generated
1
src/Forms/Settings.Designer.cs
generated
@ -531,6 +531,7 @@
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDownMaxNumberOfLines.ValueChanged += new System.EventHandler(this.numericUpDownMaxNumberOfLines_ValueChanged);
|
||||
//
|
||||
// labelMaxLines
|
||||
//
|
||||
|
@ -2369,5 +2369,10 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
return true;
|
||||
}
|
||||
|
||||
private void numericUpDownMaxNumberOfLines_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
checkBoxSyntaxColorTextMoreThanTwoLines.Text = string.Format(Configuration.Settings.Language.Settings.SyntaxColorTextMoreThanMaxLines, numericUpDownMaxNumberOfLines.Value);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user