modify spacer output style.

This commit is contained in:
Hermet Park 2016-01-06 13:38:16 +09:00
parent 5120c20d84
commit 5b0e15daa6
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,8 @@ group { name: "spacer";
repeat_events: 1;
description { state: "default" 0.0;
image.normal: "live_spacer.png";
fill.type: TILE;
image.border: 5 5 5 5;
fill.smooth: 0;
aspect: 0 0;
aspect_preference: NONE;
}

View File

@ -78,7 +78,8 @@ group { name: "SPACER_bg";
part { name: "bg";
description { state: "default" 0.0;
image.normal: "live_spacer.png";
fill.type: TILE;
image.border: 5 5 5 5;
fill.smooth: 0;
}
}
}