Change color of tor_status label in settings dialog to not be red, because nothing is actually wrong

This commit is contained in:
Micah Lee 2017-04-15 11:50:41 -07:00
parent e4cdfa6c99
commit d5cae26b3e

View file

@ -169,7 +169,7 @@ class SettingsDialog(QtWidgets.QDialog):
# Tor networkconnection status
self.tor_status = QtWidgets.QLabel()
self.tor_status.setStyleSheet('color: #ff0000; padding-top: 10px')
self.tor_status.setStyleSheet('color: #666666; padding-top: 10px')
self.tor_status.hide()
# Layout