diff --git a/Ooui/Input.cs b/Ooui/Input.cs index a9913bd..b6df605 100644 --- a/Ooui/Input.cs +++ b/Ooui/Input.cs @@ -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");