summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2013-02-19 10:58:39 +0000
committerDeon Thomas <PrinceAMD.Elive@gmail.com>2013-06-28 03:28:53 -0400
commitd47839c9d0561e3bbbb3b5ce8deebff58782f069 (patch)
tree3bdf9d468be857bc841802be1fc07ece26f5b21b
parent7dbd8b41774c6c217f4ccfbba77dfcd60fcb27fb (diff)
downloadenlightenment-d47839c9d0561e3bbbb3b5ce8deebff58782f069.tar.gz
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>
-rw-r--r--data/themes/edc/randr.edc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc
index 30926e8abd..93b7daed8b 100644
--- a/data/themes/edc/randr.edc
+++ b/data/themes/edc/randr.edc
@@ -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;