commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 11/25: grc: Darker color for bypassed block


From: git
Subject: [Commit-gnuradio] [gnuradio] 11/25: grc: Darker color for bypassed blocks.
Date: Fri, 27 May 2016 19:14:58 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 89ce0c2d754e85a207023d83da02e8623ae9df64
Author: Seth Hitefield <address@hidden>
Date:   Thu May 19 13:41:08 2016 -0400

    grc: Darker color for bypassed blocks.
---
 grc/gui/Colors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py
index 050b363..d322afa 100644
--- a/grc/gui/Colors.py
+++ b/grc/gui/Colors.py
@@ -39,7 +39,7 @@ try:
     #block color constants
     BLOCK_ENABLED_COLOR = get_color('#F1ECFF')
     BLOCK_DISABLED_COLOR = get_color('#CCCCCC')
-    BLOCK_BYPASSED_COLOR = get_color('#FFFFE6')
+    BLOCK_BYPASSED_COLOR = get_color('#F4FF81')
     #connection color constants
     CONNECTION_ENABLED_COLOR = get_color('black')
     CONNECTION_DISABLED_COLOR = get_color('#BBBBBB')



reply via email to

[Prev in Thread] Current Thread [Next in Thread]