mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-11 15:50:40 -04: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
b43e7fee13
commit
07fb95c04a
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue