mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 17:34:56 -04:00
Merge branch 'mig5-431_filelist_minimum_height'
This commit is contained in:
commit
7912ff148e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class FileList(QtWidgets.QListWidget):
|
|||
self.setAcceptDrops(True)
|
||||
self.setIconSize(QtCore.QSize(32, 32))
|
||||
self.setSortingEnabled(True)
|
||||
self.setMinimumHeight(200)
|
||||
self.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection)
|
||||
|
||||
class DropHereLabel(QtWidgets.QLabel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue