diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-04-02 19:27:38 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-04-03 22:17:59 +0200 |
commit | ad0eb4512d6cc4a5f35c8ac9117aa6ee71fee1cf (patch) | |
tree | 86c5f941d5ea9e512ba2c2bb9da9c3fe195d3488 /grc/gui/Colors.py | |
parent | 63e66a352e773557258fd6159363eb08c1fd1355 (diff) |
grc: hide comment for disabled blocks; add colored background
Diffstat (limited to 'grc/gui/Colors.py')
-rw-r--r-- | grc/gui/Colors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py index 7430705cf8..f64106b03f 100644 --- a/grc/gui/Colors.py +++ b/grc/gui/Colors.py @@ -34,6 +34,7 @@ try: ENTRYENUM_CUSTOM_COLOR = get_color('#EEEEEE') #flow graph color constants FLOWGRAPH_BACKGROUND_COLOR = get_color('#FFF9FF') + COMMENT_BACKGROUND_COLOR = get_color('#F3F3F3') #block color constants BLOCK_ENABLED_COLOR = get_color('#F1ECFF') BLOCK_DISABLED_COLOR = get_color('#CCCCCC') |