Skip to content

Commit

Permalink
Update MultiParameterEditView.cs
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
rwmcintosh authored May 16, 2023
1 parent 99f01da commit 7d2e368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PKSim.UI/Views/Parameters/MultiParameterEditView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public void RefreshData()
gridParameters.RefreshDataSource();
}

public int OptimalHeight => gridView.OptimalHeight ;
public int OptimalHeight => gridView.OptimalHeight;

public bool AllowMultiSelect
{
Expand All @@ -341,4 +341,4 @@ protected override bool ColumnIsAlwaysActive(GridColumn column)
return column.IsOneOf(_columnFavorites.XtraColumn) || _valueOriginBinder.ColumnIsValueOrigin(column);
}
}
}
}

0 comments on commit 7d2e368

Please sign in to comment.