Fix initial step
This commit is contained in:
		
							parent
							
								
									fe8863be88
								
							
						
					
					
						commit
						37011081e9
					
				| 
						 | 
				
			
			@ -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");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue