summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-19 17:41:02 -0800
committerMicah Lee <micah@micahflee.com>2018-02-19 17:41:02 -0800
commitd9be9a4441375634a67fd322414d32f5e843e4a8 (patch)
tree5d5e985b0da79582727d2ed42571f51947b528fb
parenteea529c54f468995cca7d0b5bc07a48c8fc3c2eb (diff)
parent0eef5cdba0e471bccd69d8bfd6ca250fe3c91861 (diff)
downloadonionshare-d9be9a4441375634a67fd322414d32f5e843e4a8.tar.gz
onionshare-d9be9a4441375634a67fd322414d32f5e843e4a8.zip
Merge branch 'mig5-increase_file_list_minimum_height' into ux-update
-rw-r--r--onionshare_gui/file_selection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare_gui/file_selection.py b/onionshare_gui/file_selection.py
index ba3df69d..6a9d2e21 100644
--- a/onionshare_gui/file_selection.py
+++ b/onionshare_gui/file_selection.py
@@ -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 = []