mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	
		
			
	
	
		
			26 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | using Gtk 4.0; | ||
|  | using Adw 1; | ||
|  | 
 | ||
|  | template $MusicusAlbumTile: Gtk.FlowBoxChild { | ||
|  |   styles [ | ||
|  |     "card", | ||
|  |     "activatable", | ||
|  |     "tile" | ||
|  |   ] | ||
|  | 
 | ||
|  |   Gtk.Box { | ||
|  |     valign: center; | ||
|  | 
 | ||
|  |     Gtk.Label title_label { | ||
|  |       styles [ | ||
|  |         "title" | ||
|  |       ] | ||
|  | 
 | ||
|  |       valign: center; | ||
|  |       halign: start; | ||
|  |       lines: 1; | ||
|  |       ellipsize: end; | ||
|  |     } | ||
|  |   } | ||
|  | } |