Skip to content

Commit

Permalink
Renamed Ranges to Constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
sajmons committed Jan 17, 2024
1 parent 48adfc8 commit b234957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public partial class SettingsViewModel
private int labelSizeMin = Constraints.LabelSizeMin;

[ObservableProperty]
private int labelSizeMax = Constraints.LabelSizeMax;
private int labelSizeMax = Constraints.LabelSizeMax;
}
}

0 comments on commit b234957

Please sign in to comment.