[elc_navigationbar_ex]: Issue fix: A yellow line seen in between 2
authorShilpa Singh <shilpa.singh@samsung.com>
Mon, 25 Jul 2011 09:30:32 +0000 (15:00 +0530)
committerShilpa Singh <shilpa.singh@samsung.com>
Mon, 25 Jul 2011 09:30:32 +0000 (15:00 +0530)
title objects on theme change.

themes/groups/navigationbar_ex.edc

index f738266..dea0b01 100644 (file)
@@ -1090,24 +1090,13 @@ group { name: "elm/standard/navigationbar_ex/title_obj2";
             align: 0.0 0.0;
          }
       }
-      part { name: "padding";
-         type: RECT;
-         description { state: "default" 0.0;
-            min: 0 1;
-            fixed: 0 1;
-            rel1 { relative: 0.0 1.0; to_y: "title_obj1"; }
-            rel2 { relative: 1.0 1.0; to_y: "title_obj1"; }
-            align: 0.0 0.0;
-            color: 207 128 19 255;
-         }
-      }
       part { name: "title_obj2";
          type: SWALLOW;
          scale: 1;
          description { state: "default" 0.0;
             min: 0 NAVIBAR_EX_TITLE_ITEM_H;
             fixed: 0 1;
-            rel1 { relative: 0.0 1.0; to_y: "padding"; }
+            rel1 { relative: 0.0 1.0; to_y: "title_obj1"; }
             rel2 { relative: 1.0 1.0; }
             align: 0.0 0.0;
          }