More descriptive column width templates

This commit is contained in:
DevilXD
2022-01-11 12:06:12 +01:00
parent fb10d2ae78
commit 56bd015192

4
gui.py
View File

@@ -543,8 +543,8 @@ class ChannelList:
self._column("channel", "Channel", width=100, anchor='w')
self._column("status", "Status", width_template="OFFLINE ❌")
self._column("game", "Game", width=50)
self._column("viewers", "Viewers", width_template="0000000")
self._column("points", "Points", width_template="0000000")
self._column("viewers", "Viewers", width_template="1234567")
self._column("points", "Points", width_template="1234567")
self._channel_map: Dict[str, Channel] = {}
def _column(