mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	mobile/filter: use more appropriate placeholder text
This way it matches the filter mode. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									e0766aa4bd
								
							
						
					
					
						commit
						b5a427c880
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -465,7 +465,7 @@ Kirigami.ScrollablePage {
 | 
				
			||||||
					verticalAlignment: TextInput.AlignVCenter
 | 
										verticalAlignment: TextInput.AlignVCenter
 | 
				
			||||||
					Layout.fillWidth: true
 | 
										Layout.fillWidth: true
 | 
				
			||||||
					text: ""
 | 
										text: ""
 | 
				
			||||||
					placeholderText: "Full text search"
 | 
										placeholderText: sitefilterMode.currentText
 | 
				
			||||||
					onAccepted: {
 | 
										onAccepted: {
 | 
				
			||||||
						manager.setFilter(text, sitefilterMode.currentIndex)
 | 
											manager.setFilter(text, sitefilterMode.currentIndex)
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue