mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			146 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			146 B
		
	
	
	
		
			QML
		
	
	
	
	
	
| import QtQuick 2.3
 | |
| 
 | |
| Item {
 | |
| 	property int gridUnit: unitsM.paintedHeight
 | |
| 	property int spacing: gridUnit / 3
 | |
| 
 | |
| 	Text {
 | |
| 		id: unitsM
 | |
| 		text: "M"
 | |
| 	}
 | |
| } |