mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-29 08:47:18 -04:00
Set min width and height so everything always looks good, and change onion address to monospace font
This commit is contained in:
parent
9eec5f82f4
commit
93d21c6041
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue