mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 00:15:11 -04:00
Move mode settings widget into the primary action layout, and tweak window size
This commit is contained in:
parent
f04452777d
commit
9f920f4353
6 changed files with 28 additions and 27 deletions
|
@ -41,7 +41,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
self.common.log("MainWindow", "__init__")
|
||||
|
||||
# Initialize the window
|
||||
self.setMinimumWidth(820)
|
||||
self.setMinimumWidth(1040)
|
||||
self.setMinimumHeight(700)
|
||||
self.setWindowTitle("OnionShare")
|
||||
self.setWindowIcon(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue