[ctxpopup] reflect opensource feedback
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 3 Jun 2011 05:26:24 +0000 (14:26 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 3 Jun 2011 05:26:24 +0000 (14:26 +0900)
Change-Id: I8831d439719e756674ec1e3959679e5433053680

themes/groups/ctxpopup.edc

index 015be22..b3e2822 100644 (file)
                                        }
                                }
                        }
-                       part { name: "elm.swallow.arrowUp";
+                       part { name: "elm.swallow.arrow_up";
                                type: SWALLOW;
                                mouse_events: 0;
                                scale: 1;
                                        min: 40 40;
                                        fixed: 1 1;
                                        visible: 1;
-                                       align: 0.5 1;
-                                       rel2 {
-                                               relative: 1 0;
-                                               to: "arrow_area_up";
-                                       }
                                }
                        }
-                       part { name: "elm.swallow.arrowDown";
+                       part { name: "elm.swallow.arrow_down";
                                type: SWALLOW;
                                mouse_events: 0;
                                scale: 1;
                                        min: 40 40;
                                        fixed: 1 1;
                                        visible: 1;
-                                       align: 0.5 0;
-                                       rel1 {
-                                               relative: 1 1;
-                                               to: "arrow_area_down";
-                                       }
                                }
                        }
-                       part { name: "elm.swallow.arrowLeft";
+                       part { name: "elm.swallow.arrow_left";
                                type: SWALLOW;
                                mouse_events: 0;
                                scale: 1;
                                        min: 40 40;
                                        fixed: 1 1;
                                        visible: 1;
-                                       align: 1 0.5;
-                                       rel2 {
-                                               relative: 0 1;
-                                               to: "arrow_area_left";
-                                       }
                                }
                        }
-                       part { name: "elm.swallow.arrowRight";
+                       part { name: "elm.swallow.arrow_right";
                                type: SWALLOW;
                                mouse_events: 0;
                                scale: 1;
                                        min: 40 40;
                                        fixed: 1 1;
                                        visible: 1;
-                                       align: 0 0.5;
-                                       rel1 {
-                                               relative: 1 0;
-                                               to: "arrow_area_right";
-                                       }
                                }
                        }