mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Increase minimum window width
This commit is contained in:
parent
021c1ddc24
commit
5dad0e81a3
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…
Reference in a new issue