mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 15:29:42 -05:00
Upgrade to Stem 1.8.1 (our fork) to satisfy wheel build. Raise minimumHeight to avoid cutoff of client auth option in sharing settings
This commit is contained in:
parent
cbdf2594c6
commit
f63e0c37d1
4
cli/poetry.lock
generated
4
cli/poetry.lock
generated
@ -398,10 +398,10 @@ description = ""
|
||||
name = "stem"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
version = "1.8.0-maint"
|
||||
version = "1.8.1"
|
||||
|
||||
[package.source]
|
||||
reference = "18e3032ef3b69441862a018daff02394607e041a"
|
||||
reference = "de3d03a03c7ee57c74c80e9c63cb88072d833717"
|
||||
type = "git"
|
||||
url = "https://github.com/onionshare/stem.git"
|
||||
[[package]]
|
||||
|
@ -44,7 +44,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
|
||||
# Initialize the window
|
||||
self.setMinimumWidth(1040)
|
||||
self.setMinimumHeight(700)
|
||||
self.setMinimumHeight(710)
|
||||
self.setWindowTitle("OnionShare")
|
||||
self.setWindowIcon(QtGui.QIcon(GuiCommon.get_resource_path("images/logo.png")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user