| 
				
			 | 
			
			
				@@ -79,7 +79,7 @@ class NameButton(QPushButton): 
			 | 
		
	
		
			
			| 
				79
			 | 
			
				79
			 | 
			
			
				     @property 
			 | 
		
	
		
			
			| 
				80
			 | 
			
				80
			 | 
			
			
				     def current_label(self) -> str: 
			 | 
		
	
		
			
			| 
				81
			 | 
			
				81
			 | 
			
			
				         """ Return the label to show on the button. """ 
			 | 
		
	
		
			
			| 
				82
			 | 
			
				
			 | 
			
			
				-        return f"{self.person.name} ({self.current_count})" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				82
			 | 
			
			
				+        return f"{self.person.name}\n({self.current_count})" 
			 | 
		
	
		
			
			| 
				83
			 | 
			
				83
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				84
			 | 
			
				84
			 | 
			
			
				     def process_click(self) -> None: 
			 | 
		
	
		
			
			| 
				85
			 | 
			
				85
			 | 
			
			
				         """ Process a click on this button. """ 
			 |