mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
have name column expand
This commit is contained in:
parent
92c4adc4c1
commit
571ecbdfac
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class FilesBaseManager(object):
|
|||
|
||||
filename_column = dgtk.add_text_column(self.file_view, _("Filename"), \
|
||||
0, width=self.config.get("filename_f_width"))
|
||||
filename_column.set_expand(True)
|
||||
size_column = dgtk.add_func_column(self.file_view, _("Size"), dgtk.cell_data_size,
|
||||
1, width=self.config.get("size_f_width"))
|
||||
priority_column = dgtk.add_func_column(self.file_view, _("Priority"), \
|
||||
|
|
Loading…
Add table
Reference in a new issue