Fix grid offset

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84189
This commit is contained in:
Christopher Michael 2013-02-19 10:58:39 +00:00 committed by Christopher Michael
parent b33401f645
commit aa74a39589
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ group { name: "e/conf/randr/main";
part { name: "e.swallow.content"; type: SWALLOW; part { name: "e.swallow.content"; type: SWALLOW;
clip_to: "clipper"; clip_to: "clipper";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1.offset: 1 1; rel1.offset: 0 0;
rel2.offset: -2 -2; rel2.offset: -1 -1;
} }
} }
part { name: "shadow"; type: IMAGE; mouse_events: 0; part { name: "shadow"; type: IMAGE; mouse_events: 0;