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 b43e7fee13
commit 07fb95c04a
2 changed files with 3 additions and 3 deletions

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