[elm_genlist] Bottom line was not properly visible is fixed. Removal of
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_decorate.edc
index 4a9573f..1434928 100644 (file)
               visible: 0;
           }
        }
-       part { name: "elm.padding.bottom_line";
-          type: RECT;
-          clip_to: "disclip";
-          mouse_events: 0;
-          scale: 1;
-          description { state: "default" 0.0;
-             min: GENLIST_SIZE_177_INC 1;
-             fixed: 1 1;
-             visible: 0;
-             rel1 {
-                relative: 0.0 1.0;
-                to_x: "elm.decorate_bg";
-             }
-             rel2 {
-                relative: 0.0 1.0;
-                to_x: "elm.decorate_bg";
-             }
-             align: 0.0 1.0;
-          }
-       }
        part { name: "bottom_line";
           type: RECT;
           clip_to: "disclip";
              fixed: 0 1;
              color: GENLIST_PART_LIST_LINE_COLOR_INC;
              rel1 {
-                relative: 1.0 0.0;
-                to_x: "elm.padding.bottom_line";
-                to_y: "elm.padding.bottom_line";
+                relative: 0.0 1.0;
+                to_x: "elm.decorate_bg";
+                to_y: "elm.decorate_bg";
                 offset: 0 -1;
              }
           }
           type: SWALLOW;
           description { state: "default" 0.0;
              align: 0.0 1.0;
+             fixed: 1 1;
              rel1 {
                 relative: 1.0  0.0;
                 to_y: "elm.padding.icon.bottom";