Formatting (whitespace only)

This commit is contained in:
Waldi Ravens 2015-12-16 11:27:59 +01:00
parent fb38d34651
commit 46dd3c3cb7
2 changed files with 2 additions and 2 deletions

View File

@ -1230,7 +1230,7 @@ namespace Nikse.SubtitleEdit.Forms.Styles
}
}
}
}
}
private void buttonExport_Click(object sender, EventArgs e)
{

View File

@ -219,7 +219,7 @@ namespace Nikse.SubtitleEdit.Forms.Styles
numericUpDownVideoWidth.Value = 0;
numericUpDownVideoHeight.Value = 0;
checkBoxScaleBorderAndShadow.Checked = false;
ResetHeader();
textBoxRawHeader_Validated(sender, e);
}