mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
sort the list of filenames being shared
This commit is contained in:
parent
9ed128938f
commit
36914114f9
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ class FileList(QtGui.QListWidget):
|
|||
super(FileList, self).__init__(parent)
|
||||
self.setAcceptDrops(True)
|
||||
self.setIconSize(QtCore.QSize(32, 32))
|
||||
self.setSortingEnabled(True)
|
||||
|
||||
# drag and drop label
|
||||
self.drop_label = QtGui.QLabel(QtCore.QString(strings._('gui_drag_and_drop')), parent=self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue