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 be2b086cc4
commit 9bbe8e7587

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