mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									f28266bb19
								
							
						
					
					
						commit
						a47bcbb3e7
					
				
					 2 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -55,8 +55,6 @@ Kirigami.ScrollablePage {
 | 
				
			||||||
			activeBackgroundColor: subsurfaceTheme.primaryColor
 | 
								activeBackgroundColor: subsurfaceTheme.primaryColor
 | 
				
			||||||
			textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor
 | 
								textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			property real detailsOpacity : 0
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
			states: [
 | 
								states: [
 | 
				
			||||||
				State {
 | 
									State {
 | 
				
			||||||
					name: "isHidden";
 | 
										name: "isHidden";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,6 @@ Kirigami.AbstractListItem {
 | 
				
			||||||
	height: Math.round(Kirigami.Units.gridUnit * 1.8)
 | 
						height: Math.round(Kirigami.Units.gridUnit * 1.8)
 | 
				
			||||||
	padding: 0
 | 
						padding: 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	property real detailsOpacity : 0
 | 
					 | 
				
			||||||
	property color textColor: subsurfaceTheme.secondaryTextColor
 | 
						property color textColor: subsurfaceTheme.secondaryTextColor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Row {
 | 
						Row {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue