mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
Don't make column headers clickable
This commit is contained in:
parent
8464704408
commit
21091d1dbd
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class TextColumn (SizedColumn):
|
||||||
column.set_cell_data_func (cell, cell_data_func)
|
column.set_cell_data_func (cell, cell_data_func)
|
||||||
|
|
||||||
column.props.resizable = True
|
column.props.resizable = True
|
||||||
column.set_sort_column_id (self.id)
|
## column.set_sort_column_id (self.id)
|
||||||
|
|
||||||
def compute_default_size (self, view, model):
|
def compute_default_size (self, view, model):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue