Fix cloning box to now be over the indicator event rect.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 10:59:36 +0000 (10:59 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 19 Feb 2013 10:59:36 +0000 (10:59 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84209

data/themes/edc/randr.edc

index 5cc2020..3eb8f69 100644 (file)
@@ -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;
          }
       }