mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04: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
@ -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 New Issue
Block a user