浏览代码

linebreak

Maarten van den Berg 6 年之前
父节点
当前提交
032a1ed69c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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. """