naviframe - clip the contents correctly.
authorChunEon Park <chuneon.park@samsung.com>
Tue, 11 Jun 2013 06:59:33 +0000 (15:59 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:38:22 +0000 (21:38 +0900)
Change-Id: Ic80ed1a2538ba208eaa6a5c6e65371d2c77a67a3

themes/widgets/naviframe.edc

index 225b7b2..d002733 100644 (file)
@@ -75,8 +75,8 @@
             type: RECT;
             mouse_events: 0;
             description { state: "default" 0.0;
-               rel1 { to: "title_bg"; }
-               rel2 { to: "title_bg"; }
+               rel1 { to_y: "title_bg"; }
+               rel2 { to_y: "title_bg"; }
             }
          }
          part { name: "top_padding";
             type: RECT;
             mouse_events: 0;
             description { state: "default" 0.0;
-               rel1.to: "elm.swallow.content";
-               rel2.to: "elm.swallow.content";
+               rel1.to_y: "elm.swallow.content";
+               rel2.to_y: "elm.swallow.content";
             }
          }
          part { name: "padding_center_text2";
             type: RECT;
             mouse_events: 0;
             description { state: "default" 0.0;
-               rel1 { to: "toolbar_bg"; }
-               rel2 { to: "toolbar_bg"; }
+               rel1 { to_y: "toolbar_bg"; }
+               rel2 { to_y: "toolbar_bg"; }
             }
          }
          part { name: "toolbar_button1";