Merge branch 'intefl/surc'
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_macro.edc
index b905e73..f3757e8 100644 (file)
          }
 
 #define GENLIST_PART_FLIP \
+         part { name: "elm.flip.icon"; \
+            clip_to: "disclip"; \
+            type: SWALLOW; \
+            scale: 1; \
+            description { state: "default" 0.0; \
+               visible: 0; \
+               fixed: 1 1; \
+               align: 1 0; \
+               min: 80 0; \
+               rel1 { \
+                  relative: 0.0  0.0; \
+                  to_x: "elm.padding.right"; \
+               } \
+               rel2 { \
+                  relative: 0.0  1.0; \
+                  to_x: "elm.padding.right"; \
+               } \
+            } \
+            description { state: "flip_enabled" 0.0; \
+               inherit: "default" 0.0; \
+               visible: 1; \
+            } \
+         } \
          part { name: "elm.flip.content"; \
             clip_to: "disclip"; \
             type: SWALLOW; \
-            mouse_events: 1; \
             scale: 1; \
             description { state: "default" 0.0; \
                visible: 0; \
                } \
                rel2 { \
                   relative: 0.0  0.5; \
-                  to_x: "elm.padding.right"; \
+                  to_x: "elm.flip.icon"; \
                } \
             } \
             description { state: "flip_enabled" 0.0; \