mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-18 03:46:17 -04:00
Increase the MinimumHeight of the FileList widget to avoid disappearing icons
This commit is contained in:
parent
7e31f7b989
commit
22579a6ae1
@ -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