Show settings at the top of each mode, both mode-specific settings and setting that exist for all mode types

This commit is contained in:
Micah Lee 2019-10-27 18:16:48 -07:00
parent f4e3f92c7b
commit 784d6e8144
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
9 changed files with 243 additions and 59 deletions

View file

@ -42,7 +42,7 @@ class MainWindow(QtWidgets.QMainWindow):
# Initialize the window
self.setMinimumWidth(820)
self.setMinimumHeight(660)
self.setMinimumHeight(700)
self.setWindowTitle("OnionShare")
self.setWindowIcon(
QtGui.QIcon(self.common.get_resource_path("images/logo.png"))