From e043bfa27c0df92b6f13fbb65a6e03a7e10dd627 Mon Sep 17 00:00:00 2001 From: Miculcy Brian Date: Tue, 8 Mar 2011 14:52:52 +0000 Subject: [PATCH] better focus highlight SVN revision: 57594 --- e-module-scale.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e-module-scale.edc b/e-module-scale.edc index 71e48cc..0ce7dbe 100644 --- a/e-module-scale.edc +++ b/e-module-scale.edc @@ -178,7 +178,7 @@ collections clip_to: "over_clip"; description { state: "default" 0.0; - color: 0 0 0 30; + color: 0 0 0 150; } description { state: "focused" 0.0; @@ -378,7 +378,7 @@ collections } description { state: "unfocused" 0.0; - color: 0 0 0 70; + color: 0 0 0 150; } } }