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:
Miguel Jacq 2021-08-27 10:07:29 +10:00
parent cbdf2594c6
commit f63e0c37d1
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6
2 changed files with 3 additions and 3 deletions

4
cli/poetry.lock generated
View File

@ -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]]

View File

@ -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")))