Increase maximum quality to 30

This commit is contained in:
azakhi 2018-09-04 08:34:26 +03:00
parent 1b8f37ca3a
commit 0eff63d706
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ namespace Filtration.ObjectModel.BlockItemTypes
public override Color SummaryTextColor => Colors.White;
public override int SortOrder => 3;
public override int Minimum => 0;
public override int Maximum => 20;
public override int Maximum => 30;
}
}