From aa74a3958936a8eb66b97e1793565af2a2f387f1 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:58:39 +0000 Subject: [PATCH] Fix grid offset Signed-off-by: Christopher Michael SVN revision: 84189 --- data/themes/edc/randr.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index 30926e8ab..93b7daed8 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;