Always show uploads and downloads

This commit is contained in:
Micah Lee 2018-09-19 19:00:12 -07:00
parent 59003635a2
commit 499f7b1638
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 7 additions and 3 deletions

View file

@ -222,7 +222,6 @@ class Uploads(QtWidgets.QScrollArea):
self.setWindowTitle(strings._('gui_uploads', True))
self.setWidgetResizable(True)
self.setMaximumHeight(600)
self.setMinimumHeight(150)
self.setMinimumWidth(350)
self.setWindowIcon(QtGui.QIcon(common.get_resource_path('images/logo.png')))