mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Fix comment
This commit is contained in:
parent
2511183d74
commit
c7e3c56305
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ class ThreadColumn (TextColumn):
|
|||
|
||||
def get_values_for_size (self):
|
||||
|
||||
# TODO: Same as for TimeColumn. There is no guarantee that aaaaaaaa is
|
||||
# TODO: Same as for TimeColumn. There is no guarantee that ffffff is
|
||||
# the widest string; use fixed font or come up with something better.
|
||||
|
||||
return [int ("ffffff", 16)]
|
||||
|
|
Loading…
Reference in a new issue