mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
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:
parent
f4e3f92c7b
commit
784d6e8144
9 changed files with 243 additions and 59 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue