Fixed max preview width for battle text

This commit is contained in:
jeffman 2015-03-27 17:02:02 -04:00
parent fab6c8d903
commit d14f27db1c
1 changed files with 4 additions and 0 deletions

View File

@ -677,6 +677,10 @@ namespace ScriptToolGui
{
previewer.MaxWidth = 224;
}
else if (collection == battleActionGroups)
{
previewer.MaxWidth = 176;
}
else
{
previewer.MaxWidth = 144;