mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML UI: Left align all labels in DiveDetailsView
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									c2c0cb48d2
								
							
						
					
					
						commit
						22e225fc77
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -62,7 +62,6 @@ Item { | ||||||
| 			id: dateLabel | 			id: dateLabel | ||||||
| 			text: "Date: " | 			text: "Date: " | ||||||
| 			opacity: 0.6 | 			opacity: 0.6 | ||||||
| 			Layout.alignment: Qt.AlignRight |  | ||||||
| 		} | 		} | ||||||
| 		Kirigami.Label { | 		Kirigami.Label { | ||||||
| 			text: dive.date + " " + dive.time | 			text: dive.date + " " + dive.time | ||||||
|  | @ -80,7 +79,6 @@ Item { | ||||||
| 			id: depthLabel | 			id: depthLabel | ||||||
| 			text: "Depth: " | 			text: "Depth: " | ||||||
| 			opacity: 0.6 | 			opacity: 0.6 | ||||||
| 			Layout.alignment: Qt.AlignRight |  | ||||||
| 		} | 		} | ||||||
| 		Kirigami.Label { | 		Kirigami.Label { | ||||||
| 			text: dive.depth | 			text: dive.depth | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue