elementary/naviframe - updated item clipping
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 13 Jul 2011 05:16:50 +0000 (05:16 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 13 Jul 2011 05:16:50 +0000 (05:16 +0000)
SVN revision: 61317

data/themes/default.edc

index 0db4c95..7bbed80 100644 (file)
@@ -36990,12 +36990,6 @@ collections {
                rel1 { relative: 0.0 0.0; }
                rel2 { relative: 1.0 0.0; }
             }
-            description { state: "hide" 0.0;
-               inherit: "default" 0.0;
-               min: 0 0;
-               max: 0 0;
-               fixed: 1 1;
-            }
          }
       }
       programs {
@@ -37054,21 +37048,39 @@ collections {
    }
    group { name:"elm/naviframe/item/no_transit/default";
       parts {
-         part { name: "clip";
+         part { name: "title_clip";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 50;
+               align: 0.0 0.0;
+               fixed: 0 1;
+               rel1 { relative: 0.0 0.0; }
+               rel2 { relative: 1.0 0.0; }
+            }
+            description { state: "hide" 0.0;
+               inherit: "default" 0.0;
+               min: 0 0;
+               max: 0 0;
+               fixed: 1 1;
+            }
+         }
+         part { name: "content_clip";
             type: RECT;
             mouse_events: 0;
             description { state: "default" 0.0;
+               rel1.to_y: "title_clip";
             }
          }
          part { name: "elm.swallow.content";
             type: SWALLOW;
             scale: 1;
             repeat_events: 0;
-            clip_to: "clip";
+            clip_to: "content_clip";
             description { state: "default" 0.0;
                align: 0.0 0.0;
                rel1.relative: 0.0 1.0;
-               rel1.to_y: "elm.swallow.title";
+               rel1.to_y: "title_clip";
                rel2.relative: 1.0 1.0;
                visible: 0;
             }
@@ -37081,20 +37093,13 @@ collections {
             type: SWALLOW;
             scale: 1;
             repeat_events: 0;
-            clip_to: "clip";
+            clip_to: "title_clip";
             description { state: "default" 0.0;
                min: 1 50;
                align: 0.5 0.0;
                fixed: 0 1;
-               rel1 { relative: 0.0 0.0; offset: 4 4; }
-               rel2 { relative: 1.0 0.0; offset: -5 -5; }
-               visible: 0;
-            }
-            description { state: "hide" 0.0;
-               inherit: "default" 0.0;
-               min: 0 0;
-               max: 0 0;
-               fixed: 1 1;
+               rel1 { relative: 0.0 0.0; }
+               rel2 { relative: 1.0 0.0; }
             }
          }
       }
@@ -37130,13 +37135,13 @@ collections {
             signal: "elm,state,title,show";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.swallow.title";
+            target: "title_clip";
          }
          program { name: "title_hide";
             signal: "elm,state,title,hide";
             source: "elm";
             action: STATE_SET "hide" 0.0;
-            target: "elm.swallow.title";
+            target: "title_clip";
          }
          program { name: "show_finished";
             action: SIGNAL_EMIT "elm,action,show,finished" "";