Skip to content

Commit

Permalink
Fixed Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr34mR committed Nov 20, 2019
1 parent 31de989 commit 7b96cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MisterDoctor/Forms/FormPhrases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private void SetPhrases()
if (gridWords.Columns.Count > 0 && gridWords.Columns[0].Visible)
gridWords.Columns[0].Visible = false;

gridWords.Columns[1].Width = 100;
if (gridWords.Columns.Count > 1) gridWords.Columns[1].Width = 100;
}
}
}

0 comments on commit 7b96cff

Please sign in to comment.