[elm_genlist] Bottom line was not properly visible is fixed. Removal of
authorprince <prince.dubey@samsung.com>
Tue, 31 Jul 2012 05:31:41 +0000 (11:01 +0530)
committerprince <prince.dubey@samsung.com>
Tue, 31 Jul 2012 05:31:41 +0000 (11:01 +0530)
unused Macro.

themes/inc/tizen-hd-inc.edc
themes/widgets/genlist/genlist_decorate.edc

index e3cfb48..d3abf22 100644 (file)
 #define GENLIST_SIZE_174_INC 174
 #define GENLIST_SIZE_SLIDE_165_INC 165
 #define GENLIST_SIZE_176_INC 176
-#define GENLIST_SIZE_177_INC 177
 #define GENLIST_SIZE_192_INC 192
 #define GENLIST_SIZE_195_INC 195
 #define GENLIST_SIZE_197_INC 197
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";