mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Raise minimumHeight again to account for overlap issues on MacOS caused by Mac's Qt widget padding
This commit is contained in:
parent
3cf36c4531
commit
ff00007db3
@ -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…
x
Reference in New Issue
Block a user