[Review comment fixed]
authorshilpa singh <shilpa.singh@samsung.com>
Wed, 30 May 2012 09:17:48 +0000 (14:47 +0530)
committershilpa singh <shilpa.singh@samsung.com>
Fri, 1 Jun 2012 06:47:57 +0000 (12:17 +0530)
[colorselector]: Event area expansion.

Change-Id: Idf31fac964e44c4a62efd191a3f4bba959469fae

themes/widgets/colorselector.edc

index 5ae1bd7..3ab3f9b 100644 (file)
@@ -386,14 +386,14 @@ group{
       part{
          name: "elm.arrow";
          type: RECT;
-         mouse_events: 1;
+         mouse_events: 0;
          scale: 1;
          description{
             state: "default" 0.0;
             min: COLORSELECTOR_ARROW_MIN_WIDTH COLORSELECTOR_ARROW_MIN_HEIGHT;
             fixed: 1 1;
             align: 0 0;
-            color: 0 0 0 0;
+            visible: 0;
             rel1 {relative: 0.0 0.0; to_y: "elm.arrow_bg";}
             rel2 {relative: 0.0 1.0; to_y: "elm.arrow_bg";}
          }
@@ -417,6 +417,22 @@ group{
          }
       }
       part{
+         name: "event";
+         type: RECT;
+         scale: 1;
+         description{
+            state: "default" 0.0;
+            min: COLORSELECTOR_DRAGGABLE_EVENT_AREA;
+            fixed: 1 1;
+            rel1.to: "elm.arrow_icon";
+            rel2.to: "elm.arrow_icon";
+            color: 0 0 0 0;
+         }
+         dragable{
+            events: "elm.arrow";
+         }
+      }
+      part{
          name: "l_button_padding_rect";
          type: RECT;
          mouse_events: 0;