mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 08:19:28 -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"
|
name = "stem"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
version = "1.8.0-maint"
|
version = "1.8.1"
|
||||||
|
|
||||||
[package.source]
|
[package.source]
|
||||||
reference = "18e3032ef3b69441862a018daff02394607e041a"
|
reference = "de3d03a03c7ee57c74c80e9c63cb88072d833717"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/onionshare/stem.git"
|
url = "https://github.com/onionshare/stem.git"
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -44,7 +44,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
|
|
||||||
# Initialize the window
|
# Initialize the window
|
||||||
self.setMinimumWidth(1040)
|
self.setMinimumWidth(1040)
|
||||||
self.setMinimumHeight(700)
|
self.setMinimumHeight(710)
|
||||||
self.setWindowTitle("OnionShare")
|
self.setWindowTitle("OnionShare")
|
||||||
self.setWindowIcon(QtGui.QIcon(GuiCommon.get_resource_path("images/logo.png")))
|
self.setWindowIcon(QtGui.QIcon(GuiCommon.get_resource_path("images/logo.png")))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user