Final few tweaks to make this look perfect in macOS

This commit is contained in:
Micah Lee 2018-10-10 18:16:08 -07:00
parent c02f6a9306
commit 6d448b7cde
3 changed files with 5 additions and 4 deletions

View file

@ -46,7 +46,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
self.common = common
self.common.log('OnionShareGui', '__init__')
self.setMinimumWidth(820)
self.setMinimumHeight(650)
self.setMinimumHeight(660)
self.onion = onion
self.qtapp = qtapp