Skip to content

Commit

Permalink
Fixed name of AdjustSearchColums to match project standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jamckee authored and Rottenbeer committed Aug 4, 2019
1 parent ab41588 commit 1fc78b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LarkatorGUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ private void UpdateSearchResults(IList<SearchCriteria> searches)
TriggerNameSearch(true);
}

private void adjustSearchColumns()
private void AdjustSearchColumns()
{
resultsList.Columns[3].Visibility = Properties.Settings.Default.ShowHealth ? Visibility.Visible : Visibility.Collapsed;
resultsList.Columns[4].Visibility = Properties.Settings.Default.ShowStam ? Visibility.Visible : Visibility.Collapsed;
Expand Down

0 comments on commit 1fc78b0

Please sign in to comment.