mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Make message column receive a minimal size, which removes the size warning
This commit is contained in:
parent
40c64be892
commit
4ef74e1099
1 changed files with 6 additions and 0 deletions
|
@ -735,6 +735,12 @@ class MessageColumn (TextColumn):
|
||||||
|
|
||||||
return message_data_func
|
return message_data_func
|
||||||
|
|
||||||
|
def get_values_for_size (self):
|
||||||
|
|
||||||
|
values = ["Just some good minimum size"]
|
||||||
|
|
||||||
|
return values
|
||||||
|
|
||||||
class ColumnManager (Common.GUI.Manager):
|
class ColumnManager (Common.GUI.Manager):
|
||||||
|
|
||||||
column_classes = ()
|
column_classes = ()
|
||||||
|
|
Loading…
Reference in a new issue