mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML UI: don't clip
At least that's what the QML documentation recommends. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									a2bc3e02f8
								
							
						
					
					
						commit
						dd1d90b529
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -187,7 +187,7 @@ Kirigami.Page { | |||
| 				maximumFlickVelocity: parent.width * 5 | ||||
| 				orientation: ListView.Horizontal | ||||
| 				focus: true | ||||
| 				clip: true | ||||
| 				clip: false | ||||
| 				snapMode: ListView.SnapOneItem | ||||
| 				onMovementEnded: { | ||||
| 					currentIndex = indexAt(contentX+1, 1); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue