mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 00:55:40 -04:00
Set minimum width for whole application
This commit is contained in:
parent
a42c70bcc0
commit
15cb534dc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue