mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML UI: make flicking between dives faster
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									c41bdcfbe3
								
							
						
					
					
						commit
						70a122a63e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -124,7 +124,7 @@ MobileComponents.Page {
 | 
				
			||||||
			model: diveModel
 | 
								model: diveModel
 | 
				
			||||||
			currentIndex: -1
 | 
								currentIndex: -1
 | 
				
			||||||
			boundsBehavior: Flickable.StopAtBounds
 | 
								boundsBehavior: Flickable.StopAtBounds
 | 
				
			||||||
			maximumFlickVelocity: parent.width/4
 | 
								maximumFlickVelocity: parent.width * 5
 | 
				
			||||||
			orientation: ListView.Horizontal
 | 
								orientation: ListView.Horizontal
 | 
				
			||||||
			focus: true
 | 
								focus: true
 | 
				
			||||||
			clip: true
 | 
								clip: true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue