Make the server button and URL display much nicer, and replace string "URL" with "address" for usability

This commit is contained in:
Micah Lee 2018-02-06 16:01:59 -08:00
parent f23e2a8a90
commit 24a672dac9
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 53 additions and 21 deletions

View file

@ -128,7 +128,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
# Primary action layout
primary_action_layout = QtWidgets.QVBoxLayout()
primary_action_layout.addLayout(self.server_status)
primary_action_layout.addWidget(self.server_status)
primary_action_layout.addWidget(self.filesize_warning)
primary_action_layout.addWidget(self.persistent_url_label)
primary_action_layout.addWidget(self.downloads_container)