Move mode settings widget into the primary action layout, and tweak window size

This commit is contained in:
Micah Lee 2019-11-02 18:29:24 -07:00
parent 7b33e74312
commit ff01c3485d
6 changed files with 28 additions and 27 deletions

View file

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