Set min width and height so everything always looks good, and change onion address to monospace font

This commit is contained in:
Micah Lee 2018-10-09 20:51:10 -07:00
parent 9eec5f82f4
commit 93d21c6041
3 changed files with 5 additions and 3 deletions

View file

@ -45,7 +45,8 @@ class OnionShareGui(QtWidgets.QMainWindow):
self.common = common
self.common.log('OnionShareGui', '__init__')
self.setMinimumWidth(700)
self.setMinimumWidth(820)
self.setMinimumHeight(530)
self.onion = onion
self.qtapp = qtapp