Reduced the size of the clicable area in the racing view 39/187939/2
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Wed, 29 Aug 2018 14:26:48 +0000 (16:26 +0200)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Thu, 30 Aug 2018 13:36:37 +0000 (15:36 +0200)
Change-Id: Id9f5218cc2d7a9552a227357f4973ed44c99d4fb
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
res/edje/racing.edc

index f01defe..1bf8468 100644 (file)
@@ -15,6 +15,15 @@ collections {
                aspect_preference: BOTH;
             }
          }
+         rect { "click_area";
+            desc { "default";
+               rel1.relative: 0.2638 0.2638;
+               rel2.relative: 0.7361 0.7361;
+               aspect: 1 1;
+               color: 0 0 0 0;
+               aspect_preference: BOTH;
+            }
+         }
          image { "stop";
             scale: 1;
             desc { "default";
@@ -62,7 +71,7 @@ collections {
       programs {
          program {
             signal: "mouse,clicked,*";
-            source: "bg";
+            source: "click_area";
             sequence {
                action: SIGNAL_EMIT "bg_clicked" "";