navigationbar - modified to title clicked area to expanded below the button
authorchuneon.park <chuneon.park@samsung.com>
Thu, 19 May 2011 05:09:00 +0000 (14:09 +0900)
committerchuneon.park <chuneon.park@samsung.com>
Thu, 19 May 2011 05:09:00 +0000 (14:09 +0900)
themes/groups/navigationbar.edc

index bc91563..1c95c9d 100644 (file)
@@ -73,7 +73,6 @@ group {
       }
       part { name: "navigationitem";
          type: RECT;
-         mouse_events: 0;
          scale: 1;
          clip_to: "clip_title";
          description { state: "default" 0.0;
@@ -171,7 +170,6 @@ group {
           name: "events";
           ignore_flags: ON_HOLD;
           description { state: "default" 0.0;
-             rel1 { to: "elm.rect.pada"; relative: 1.0 0.0; }
              rel2 { to: "elm.rect.padb"; relative: 0.0 1.0; }
           }
       }
@@ -306,8 +304,8 @@ group {
          target: "elm.swallow.content";
       }
       program {
-         name: "click";
-         signal: "mouse,up,1";
+         name: "click_title";
+         signal: "mouse,clicked,1";
          source: "events";
          action: SIGNAL_EMIT "elm,action,clicked" "elm";
       }