hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=edb20219b8b2d94f8b4a9bc25e430c781c909bf3
commit edb20219b8b2d94f8b4a9bc25e430c781c909bf3 Author: ChunEon Park <her...@hermet.pe.kr> Date: Sat Mar 8 14:30:52 2014 +0900 gui - modify part highlight image. --- data/themes/default/content.edc | 2 +- data/themes/default/images/part_highlight.png | Bin 302 -> 249 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/default/content.edc b/data/themes/default/content.edc index e5326a8..dcb073d 100644 --- a/data/themes/default/content.edc +++ b/data/themes/default/content.edc @@ -83,7 +83,7 @@ group { name: "part_highlight"; mouse_events: 0; description { state: "default" 0.0; image.normal: "part_highlight.png"; - image.border: 3 3 3 3; + image.border: 2 2 2 2; image.border_scale: 1; } description { state: "transparent" 0.0; diff --git a/data/themes/default/images/part_highlight.png b/data/themes/default/images/part_highlight.png index d1c5d42..54a3402 100644 Binary files a/data/themes/default/images/part_highlight.png and b/data/themes/default/images/part_highlight.png differ --