mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-08 22:32:44 -04:00
Always show uploads and downloads
This commit is contained in:
parent
f32f710280
commit
c7a9db84d8
5 changed files with 7 additions and 3 deletions
|
@ -91,7 +91,6 @@ class Downloads(QtWidgets.QScrollArea):
|
|||
|
||||
self.setWindowTitle(strings._('gui_downloads', True))
|
||||
self.setWidgetResizable(True)
|
||||
self.setMaximumHeight(600)
|
||||
self.setMinimumHeight(150)
|
||||
self.setMinimumWidth(350)
|
||||
self.setWindowIcon(QtGui.QIcon(common.get_resource_path('images/logo.png')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue