[Pkg-privacy-commits] [onionshare] 139/256: Change color of tor_status label in settings dialog to not be red, because nothing is actually wrong
    Ulrike Uhlig 
    ulrike at moszumanska.debian.org
       
    Fri May 26 12:53:28 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit d5cae26b3e0194d963a1519bafbcacec5162549c
Author: Micah Lee <micah at micahflee.com>
Date:   Sat Apr 15 11:50:41 2017 -0700
    Change color of tor_status label in settings dialog to not be red, because nothing is actually wrong
---
 onionshare_gui/settings_dialog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare_gui/settings_dialog.py b/onionshare_gui/settings_dialog.py
index a40da71..6f24036 100644
--- a/onionshare_gui/settings_dialog.py
+++ b/onionshare_gui/settings_dialog.py
@@ -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
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
    
    
More information about the Pkg-privacy-commits
mailing list