Skip to content

Commit

Permalink
browser: resize-adjust list
Browse files Browse the repository at this point in the history
jordens committed Apr 20, 2016
1 parent 2f24618 commit 89772c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/browser/files.py
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ def __init__(self, datasets, main_window, root="",
l = QtGui.QFontMetrics(self.font()).lineSpacing()
self.rl.setIconSize(QtCore.QSize(20*l, 15*l))
self.rl.setFlow(self.rl.LeftToRight)
self.rl.setResizeMode(self.rl.Adjust)
self.rl.setWrapping(True)
self.rl.setModel(self.model)
self.rl.selectionModel().currentChanged.connect(

0 comments on commit 89772c6

Please sign in to comment.