resize, no expand (if huge filename it is not good) [and set_max_with with resize has a bug]

This commit is contained in:
Nikos Kouremenos 2005-08-06 23:06:31 +00:00
parent 023a8c6f4b
commit 390495293c
1 changed files with 0 additions and 1 deletions

View File

@ -1484,7 +1484,6 @@ class FileTransfersWindow:
col.add_attribute(renderer, 'markup' , 2)
renderer.set_property('xalign', 0.)
renderer.set_property('yalign', 0.)
col.set_expand(True)
col.set_resizable(True)
self.tree.append_column(col)