summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2013-02-19 10:59:36 +0000
committerDeon Thomas <PrinceAMD.Elive@gmail.com>2013-06-28 03:28:54 -0400
commitd7d914cb722e40674ba17f539c7f712ec034c70e (patch)
tree8da20de403f9e02a2be395eb2b5c74f65f7b8fc6
parent2ac021ae1c67b451c7e5f4f6f5df96dc3c967220 (diff)
downloadenlightenment-d7d914cb722e40674ba17f539c7f712ec034c70e.tar.gz
Backport: 23a8170 :: Fix cloning box to now be over the indicator event rect.
Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84209 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
-rw-r--r--data/themes/edc/randr.edc7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc
index 5cc202047f..3eb8f69d15 100644
--- a/data/themes/edc/randr.edc
+++ b/data/themes/edc/randr.edc
@@ -128,7 +128,9 @@ group { name: "e/conf/randr/main/frame";
rel1.to: "e.swallow.preview";
rel1.relative: 0.0 1.0;
rel1.offset: 0 -27;
- rel2.to: "e.swallow.preview";
+ rel2.relative: 1.0 0.0;
+ rel2.to_x: "e.swallow.preview";
+ rel2.to_y: "e.event.indicator";
box {
layout: "horizontal";
padding: 2 0;
@@ -410,7 +412,8 @@ group { name: "e/conf/randr/main/frame";
part { name: "e.event.indicator"; type: RECT;
description { state: "default" 0.0;
color: 0 0 0 0;
- max: 21 21;
+ max: 15 15;
+// max: 21 21;
align: 0.0 1.0;
}
}