diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-01-22 15:14:15 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-01-22 15:14:15 +0900 |
commit | e6b4ba8cf16e896ce71f966e3e5214c3192a7a02 (patch) | |
tree | 81e9d7e8ef30284c6a216a405fe05a2d5544b1d7 | |
parent | 6848ca4827238f8a9755bcd9745b4cad63708a6e (diff) |
inwin - the "greying out" fade looks just wrong - make it black.
-rw-r--r-- | data/themes/edc/elm/inwin.edc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/edc/elm/inwin.edc b/data/themes/edc/elm/inwin.edc index ddf65c3bb..99e596be7 100644 --- a/data/themes/edc/elm/inwin.edc +++ b/data/themes/edc/elm/inwin.edc | |||
@@ -9,7 +9,7 @@ group { name: "elm/win/inwin/default"; | |||
9 | } | 9 | } |
10 | description { state: "visible" 0.0; | 10 | description { state: "visible" 0.0; |
11 | inherit: "default" 0.0; | 11 | inherit: "default" 0.0; |
12 | color: 150 150 150 64; | 12 | color: 0 0 0 128; |
13 | } | 13 | } |
14 | } | 14 | } |
15 | part { name: "pop"; mouse_events: 1; | 15 | part { name: "pop"; mouse_events: 1; |