Set minimum width for whole application

This commit is contained in:
Micah Lee 2018-09-19 19:39:59 -07:00
parent 871135cc75
commit beeebce631
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -55,7 +55,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
self.setWindowTitle('OnionShare')
self.setWindowIcon(QtGui.QIcon(self.common.get_resource_path('images/logo.png')))
self.setMinimumWidth(450)
self.setMinimumWidth(850)
# Load settings
self.config = config