mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-04 17:05:31 -05:00
Increase the MinimumHeight of the FileList widget to avoid disappearing icons
This commit is contained in:
parent
41b1abdfaa
commit
f0b3c25ce4
@ -79,7 +79,7 @@ class FileList(QtWidgets.QListWidget):
|
||||
self.setAcceptDrops(True)
|
||||
self.setIconSize(QtCore.QSize(32, 32))
|
||||
self.setSortingEnabled(True)
|
||||
self.setMinimumHeight(200)
|
||||
self.setMinimumHeight(205)
|
||||
self.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection)
|
||||
|
||||
self.filenames = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user