Browse Source

linebreak

Maarten van den Berg 6 years ago
parent
commit
032a1ed69c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      piket_client/gui.py

+ 1 - 1
piket_client/gui.py

79
     @property
79
     @property
80
     def current_label(self) -> str:
80
     def current_label(self) -> str:
81
         """ Return the label to show on the button. """
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
     def process_click(self) -> None:
84
     def process_click(self) -> None:
85
         """ Process a click on this button. """
85
         """ Process a click on this button. """