From 56bd015192549bc2b306d7e193cd6ece6c40d84c Mon Sep 17 00:00:00 2001 From: DevilXD Date: Tue, 11 Jan 2022 12:06:12 +0100 Subject: [PATCH] More descriptive column width templates --- gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.py b/gui.py index daf012b..96de7d3 100644 --- a/gui.py +++ b/gui.py @@ -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(