mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Mobile/filtering: don't show the filter line when pulling divelist down
Even though the height was zero, when pulling down the dive list for refresh, the filter input line would still be visible. With this fix it no longer is. Also remove unused property. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									26f6d95305
								
							
						
					
					
						commit
						4636fcc834
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -367,7 +367,7 @@ Kirigami.ScrollablePage { | |||
| 		id: filterHeader | ||||
| 		Rectangle { | ||||
| 			id: filterRectangle | ||||
| 			default property alias data: filterBar.data | ||||
| 			visible: filterBar.height > 0 | ||||
| 			implicitHeight: filterBar.implicitHeight | ||||
| 			implicitWidth: filterBar.implicitWidth | ||||
| 			height: filterBar.height | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue