mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Increase minimum window width
This commit is contained in:
parent
53c94411cc
commit
138048c63b
@ -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…
x
Reference in New Issue
Block a user