set spacer image transparency to avoid additional color multiply.

This commit is contained in:
Hermet Park 2015-12-24 09:01:40 +09:00
parent d51d9ef663
commit e2b895a28d
3 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ group { name: "spacer";
description { state: "default" 0.0;
image.normal: "live_spacer.png";
fill.type: TILE;
color: 255 255 255 50;
aspect: 0 0;
aspect_preference: NONE;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 216 B

View File

@ -79,7 +79,6 @@ group { name: "SPACER_bg";
description { state: "default" 0.0;
image.normal: "live_spacer.png";
fill.type: TILE;
color: 255 255 255 50;
}
}
}