Fix initial step

This commit is contained in:
Frank A. Krueger 2017-06-15 23:47:14 -07:00
parent fe8863be88
commit 37011081e9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace Ooui
set => SetProperty (ref maximum, value, "max");
}
double step = 100;
double step = 1;
public double Step {
get => step;
set => SetProperty (ref step, value, "step");