[ctxpopup] more btn style shouldn't have arrow
authorBora Hwang <bora1.hwang@samsung.com>
Thu, 30 May 2013 11:12:31 +0000 (20:12 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:36:16 +0000 (20:36 +0900)
Change-Id: I058530214537657d5c2d585a2194a2eff45d7c0a

themes/widgets/ctxpopup.edc

index 3d9c886..906a78d 100644 (file)
@@ -1821,7 +1821,6 @@ group {
 
 ///////////////////////////////////////////////////////////////////////////////
        group { name: "elm/ctxpopup/arrow/default";
-               alias: "elm/ctxpopup/arrow/more/default";
                images {
                        image: "00_popup_bubble_tail_left.png" COMP;
                        image: "00_popup_bubble_tail_right.png" COMP;
@@ -3183,154 +3182,6 @@ group {
                                        }
                                }
                        }
-                       part { name: "arrow_area_left";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       align: 1 0.5;
-                                       rel1 {
-                                               relative: 1 1;
-                                               to_x:"arrow_left_top_padding";
-                                               to_y: "ctxpopup_frame_left_top";
-                                       }
-                                       rel2 {
-                                               relative: 1 0;
-                                               to_x:"arrow_left_top_padding";
-                                               to_y:"ctxpopup_frame_right_bottom";
-                                       }
-                               }
-                       }
-                       part { name: "arrow_area_right";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       align: 0 0.5;
-                                       rel1 {
-                                               relative: 0 1;
-                                               to_x:"arrow_right_bottom_padding";
-                                               to_y:"ctxpopup_frame_left_top";
-                                       }
-                                       rel2 {
-                                               relative: 0 0;
-                                               to_x:"arrow_right_bottom_padding";
-                                               to_y: "ctxpopup_frame_right_bottom";
-                                       }
-                               }
-                       }
-                       part { name: "arrow_area_up";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       align: 0.5 1;
-                                       rel1 {
-                                               relative: 1 1;
-                                               to_x: "ctxpopup_frame_left_top";
-                                               to_y: "arrow_left_top_padding";
-                                       }
-                                       rel2 {
-                                               relative: 0 1;
-                                               to_x:"ctxpopup_frame_right_bottom";
-                                               to_y: "arrow_left_top_padding";
-                                       }
-                               }
-                       }
-                       part { name: "arrow_area_down";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       align: 0.5 0;
-                                       rel1 {
-                                               relative: 1 0;
-                                               to_x:"ctxpopup_frame_left_top";
-                                               to_y:"arrow_right_bottom_padding";
-                                       }
-                                       rel2 {
-                                               relative: 0 0;
-                                               to_x: "ctxpopup_frame_right_bottom";
-                                               to_y:"arrow_right_bottom_padding";
-                                       }
-                               }
-                       }
-                       part { name: "elm.swallow.arrow_up";
-                               type: SWALLOW;
-                               mouse_events: 0;
-                               scale: 1;
-                               dragable {
-                                       x: 1 1 0;
-                                       y: 1 1 0;
-                                       confine: "arrow_area_up";
-                               }
-                               description {
-                                       state: "default" 0.0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "elm.swallow.arrow_down";
-                               type: SWALLOW;
-                               mouse_events: 0;
-                               scale: 1;
-                               dragable {
-                                       x: 1 1 0;
-                                       y: 1 1 0;
-                                       confine: "arrow_area_down";
-                               }
-                               description {
-                                       state: "default" 0.0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "elm.swallow.arrow_left";
-                               type: SWALLOW;
-                               mouse_events: 0;
-                               scale: 1;
-                               dragable {
-                                       x: 1 1 0;
-                                       y: 1 1 0;
-                                       confine: "arrow_area_left";
-                               }
-                               description {
-                                       state: "default" 0.0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "elm.swallow.arrow_right";
-                               type: SWALLOW;
-                               mouse_events: 0;
-                               scale: 1;
-                               dragable {
-                                       x: 1 1 0;
-                                       y: 1 1 0;
-                                       confine: "arrow_area_right";
-                               }
-                               description {
-                                       state: "default" 0.0;
-                                       min: CTXPOPUP_ARROW_SIZE_INC;
-                                       fixed: 1 1;
-                                       visible: 1;
-                               }
-                       }
                        part {
                                name: "ctxpopup_frame_left_top";
                                type: RECT;
@@ -3390,32 +3241,6 @@ group {
                                }
                        }
                        part {
-                               name: "arrow_left_top_padding";
-                               type: RECT;
-                               mouse_events: 0;
-                               description {
-                                       state: "default" 0.0;
-                                       min: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
-                                       max: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
-                                       rel1 {to:"frame_shadow_left_top_padding";  relative: 1.0 1.0;}
-                                       align: 0 0;
-                                       visible: 0;
-                               }
-                       }
-                       part {
-                               name: "arrow_right_bottom_padding";
-                               type: RECT;
-                               mouse_events: 0;
-                               description {
-                                       state: "default" 0.0;
-                                       min: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
-                                       max: CTXPOPUP_ARROW_PADDING CTXPOPUP_ARROW_PADDING;
-                                       rel2 {to:"frame_shadow_right_bottom_padding";  relative: 0.0 0.0;}
-                                       align: 1 1;
-                                       visible: 0;
-                               }
-                       }
-                       part {
                                name: "elm.swallow.content";
                                type: SWALLOW;
                                description {