Skip to content

Commit

Permalink
Merge pull request #1752 from PathogenDavid/issue-1671
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev authored Apr 22, 2024
2 parents 53e9eca + 16d8341 commit 2add137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bonsai.Design/Slider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Slider()
public TypeConverter Converter { get; set; }

/// <summary>
/// Gets or sets the upper limit of values in the slider.
/// Gets or sets the lower limit of values in the slider.
/// </summary>
public double Minimum
{
Expand All @@ -41,7 +41,7 @@ public double Minimum
}

/// <summary>
/// Gets or sets the lower limit of values in the slider.
/// Gets or sets the upper limit of values in the slider.
/// </summary>
public double Maximum
{
Expand Down

0 comments on commit 2add137

Please sign in to comment.