summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2007-10-23 06:35:46 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2007-10-23 06:35:46 +0000
commit571ecbdfac404d140219c5f00444967d8a69ba07 (patch)
tree3b5cf19690c23abff6d6a0670667f757f43bd305
parent92c4adc4c1adee6b6dd98055dfed744a7fda2b86 (diff)
downloaddeluge-571ecbdfac404d140219c5f00444967d8a69ba07.tar.gz
deluge-571ecbdfac404d140219c5f00444967d8a69ba07.tar.bz2
deluge-571ecbdfac404d140219c5f00444967d8a69ba07.zip
have name column expand
-rw-r--r--src/files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/files.py b/src/files.py
index 3c8e4fad1..49c1087cb 100644
--- a/src/files.py
+++ b/src/files.py
@@ -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"), \