mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Better theme for dive list view
Set a rounded blue rectangle on the selected item. Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									b7e4b35cde
								
							
						
					
					
						commit
						28ab1f6413
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -69,7 +69,8 @@ ApplicationWindow {
 | 
			
		|||
			id: highlightBar
 | 
			
		||||
			Rectangle {
 | 
			
		||||
				width: parent.width; height: 50
 | 
			
		||||
				color: "#FFFF88"
 | 
			
		||||
				color: "lightsteelblue"
 | 
			
		||||
				radius: 5
 | 
			
		||||
				y: diveListView.currentItem.y;
 | 
			
		||||
				Behavior on y {  SpringAnimation  { spring: 2; damping: 0.1 } }
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue