Backport: aa74a39 :: Fix grid offset

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

SVN revision: 84189
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:58:39 +00:00 committed by Deon Thomas
parent 7dbd8b4177
commit d47839c9d0
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;
clip_to: "clipper";
description { state: "default" 0.0;
rel1.offset: 1 1;
rel2.offset: -2 -2;
rel1.offset: 0 0;
rel2.offset: -1 -1;
}
}
part { name: "shadow"; type: IMAGE; mouse_events: 0;