mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-18 19:08:24 -04:00
Give server button rounded corners. Change style of persistent URL label
This commit is contained in:
parent
2a23b02f98
commit
5ca4bb0157
2 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
|
||||
# Persistent URL notification
|
||||
self.persistent_url_label = QtWidgets.QLabel(strings._('persistent_url_in_use', True))
|
||||
self.persistent_url_label.setStyleSheet('padding: 10px 0; font-weight: bold; color: #333333;')
|
||||
self.persistent_url_label.setStyleSheet('font-weight: bold; color: #333333;')
|
||||
self.persistent_url_label.hide()
|
||||
|
||||
# Primary action layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue