mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-19 03:18:11 -04:00
Increase minimum window width
This commit is contained in:
parent
53c94411cc
commit
138048c63b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
|
||||
self.setWindowTitle('OnionShare')
|
||||
self.setWindowIcon(QtGui.QIcon(common.get_resource_path('images/logo.png')))
|
||||
self.setMinimumWidth(300)
|
||||
self.setMinimumWidth(400)
|
||||
|
||||
# Load settings
|
||||
self.config = config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue