Skip to content

Commit

Permalink
#25 Resize File tab of FileView to match filename size
Browse files Browse the repository at this point in the history
  • Loading branch information
pakls committed Oct 6, 2014
1 parent c519f0d commit 1c1b127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/FileView.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def add_files(self, flist):
#self.lview.resizeColumnToContents(0)
#self.lview.resizeColumnToContents(1)
self.lview.sortByColumn(0, Qt.AscendingOrder)
self.lview.resizeColumnToContents(0)

class FileTree(QTabWidget):
sig_show_file = pyqtSignal(str)
Expand Down

0 comments on commit 1c1b127

Please sign in to comment.