fix broken live spacer image.

This commit is contained in:
Hermet Park 2016-02-17 22:46:32 +09:00
parent 67f80c2b03
commit 7108c1c05e
3 changed files with 5 additions and 10 deletions

View File

@ -18,24 +18,19 @@ group { name: "swallow";
}
}
group { name: "spacer";
inherit: "swallow";
group { "spacer";
parts {
part { name: "img";
type: IMAGE;
image {
repeat_events: 1;
description { state: "default" 0.0;
desc {
image.normal: "live_spacer.png";
image.border: 5 5 5 5;
image.border: 3 3 2 4;
fill.smooth: 0;
aspect: 0 0;
aspect_preference: NONE;
}
}
}
}
group { name: "part_highlight";
parts {
part { name: "base";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 347 B

View File

@ -77,7 +77,7 @@ group { "Spacer_bg";
image {
desc {
image.normal: "live_spacer.png";
image.border: 5 5 5 5;
image.border: 3 3 2 4;
fill.smooth: 0;
}
}