summaryrefslogtreecommitdiff
path: root/onionshare_gui
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-19 17:39:47 -0800
committerMicah Lee <micah@micahflee.com>2018-02-19 17:39:47 -0800
commit0eef5cdba0e471bccd69d8bfd6ca250fe3c91861 (patch)
tree5d5e985b0da79582727d2ed42571f51947b528fb /onionshare_gui
parenteea529c54f468995cca7d0b5bc07a48c8fc3c2eb (diff)
parentf0b3c25ce45e02dc2ab940cd841d5f13cc14bac6 (diff)
downloadonionshare-0eef5cdba0e471bccd69d8bfd6ca250fe3c91861.tar.gz
onionshare-0eef5cdba0e471bccd69d8bfd6ca250fe3c91861.zip
Merge branch 'increase_file_list_minimum_height' of https://github.com/mig5/onionshare into mig5-increase_file_list_minimum_height
Diffstat (limited to 'onionshare_gui')
-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 = []