mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-16 08:44:14 -05:00
Increase minimum window height to 800 pixels
Fix overlapping text on the Receiving tab while the dialog box is opened
This commit is contained in:
parent
2cee0508d1
commit
d311db4b23
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
|
||||
# Initialize the window
|
||||
self.setMinimumWidth(1040)
|
||||
self.setMinimumHeight(700)
|
||||
self.setMinimumHeight(800)
|
||||
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