mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 04:02:40 -03:00
Raise minimumHeight again to account for overlap issues on MacOS caused by Mac's Qt widget padding
This commit is contained in:
parent
56e5c8b908
commit
85de803fda
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
self.common = common
|
||||
self.common.log('OnionShareGui', '__init__')
|
||||
self.setMinimumWidth(820)
|
||||
self.setMinimumHeight(620)
|
||||
self.setMinimumHeight(650)
|
||||
|
||||
self.onion = onion
|
||||
self.qtapp = qtapp
|
||||
|
|
Loading…
Reference in a new issue