elementary/default.edc - updated ctxpopup arrow.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 12 Jul 2011 03:45:12 +0000 (03:45 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 12 Jul 2011 03:45:12 +0000 (03:45 +0000)
to more precious positioning.

SVN revision: 61262

data/themes/default.edc

index b4345af..222d3d6 100644 (file)
@@ -7835,7 +7835,7 @@ collections {
             mouse_events: 0;
             description { state: "default" 0.0;
                visible: 0;
-               min: 40 0;
+               min: 20 0;
                fixed: 1 1;
                align: 1 0.5;
                rel1 {
@@ -7852,7 +7852,7 @@ collections {
             mouse_events: 0;
             description { state: "default" 0.0;
                visible: 0;
-               min: 40 0;
+               min: 20 0;
                fixed: 1 1;
                align: 0 0.5;
                rel1 {
@@ -7869,7 +7869,7 @@ collections {
             mouse_events: 0;
             description { state: "default" 0.0;
                visible: 0;
-               min: 0 40;
+               min: 0 20;
                fixed: 1 1;
                align: 0.5 1;
                rel1 {
@@ -7886,7 +7886,7 @@ collections {
             mouse_events: 0;
             description { state: "default" 0.0;
                visible: 0;
-               min: 0 40;
+               min: 0 20;
                fixed: 1 1;
                align: 0.5 0;
                rel1 {
@@ -7909,7 +7909,7 @@ collections {
             }
             description {
                state: "default" 0.0;
-               min: 40 40;
+               min: 36 20;
                fixed: 1 1;
                visible: 1;
             }
@@ -7925,7 +7925,7 @@ collections {
             }
             description {
                state: "default" 0.0;
-               min: 40 40;
+               min: 36 20;
                fixed: 1 1;
                visible: 1;
             }
@@ -7941,7 +7941,7 @@ collections {
             }
             description {
                state: "default" 0.0;
-               min: 40 40;
+               min: 20 36;
                fixed: 1 1;
                visible: 1;
             }
@@ -7957,7 +7957,7 @@ collections {
             }
             description {
                state: "default" 0.0;
-               min: 40 40;
+               min: 20 36;
                fixed: 1 1;
                visible: 1;
             }
@@ -8005,10 +8005,10 @@ collections {
 ///////////////////////////////////////////////////////////////////////////////
    group { name: "elm/ctxpopup/arrow/default";
       images {
-         image: "icon_arrow_left.png" COMP;
-         image: "icon_arrow_right.png" COMP;
-         image: "icon_arrow_up.png" COMP;
-         image: "icon_arrow_down.png" COMP;
+         image: "ctxpopup_arrow_left.png" COMP;
+         image: "ctxpopup_arrow_right.png" COMP;
+         image: "ctxpopup_arrow_up.png" COMP;
+         image: "ctxpopup_arrow_down.png" COMP;
       }
       parts {
          part { name: "ctxpopup_arrow";
@@ -8016,43 +8016,43 @@ collections {
             scale: 1;
             description {
                state: "default" 0.0;
-               min: 40 40;
+               min: 36 36;
                fixed: 1 1;
                visible: 0;
                align: 0.5 0.5;
             }
             description {
                state: "left" 0.0;
-               min: 40 40;
+               min: 20 36;
                fixed: 1 1;
                align: 0.0 0.5;
-               rel1 { offset: 7 0; }
-               rel2 { offset: 6 -1; }
-               image { normal: "icon_arrow_left.png"; }
+               rel1 { offset: 3 0; }
+               rel2 { offset: 2 -1; }
+               image { normal: "ctxpopup_arrow_left.png"; }
             }
             description { state: "right" 0.0;
-               min: 40 40;
+               min: 20 36;
                fixed: 1 1;
                align: 1.0 0.5;
-               rel1 { offset: -7 0; }
-               rel2 { offset: -8 -1; }
-               image { normal: "icon_arrow_right.png"; }
+               rel1 { offset: -5 0; }
+               rel2 { offset: -6 -1; }
+               image { normal: "ctxpopup_arrow_right.png"; }
             }
             description { state: "top" 0.0;
-               min: 40 40;
+               min: 36 20;
                fixed: 1 1;
                align: 0.5 0.0;
-               rel1 { offset: 0 7; }
-               rel2 { offset: -1 6; }
-               image { normal: "icon_arrow_up.png"; }
+               rel1 { offset: 0 5; }
+               rel2 { offset: -1 4; }
+               image { normal: "ctxpopup_arrow_up.png"; }
             }
             description { state: "bottom" 0.0;
-               min: 40 40;
+               min: 36 20;
                fixed: 1 1;
                align: 0.5 1.0;
-               rel1 { offset: 0 -7; }
-               rel2 { offset: -1 -8; }
-               image { normal: "icon_arrow_down.png"; }
+               rel1 { offset: 0 -5; }
+               rel2 { offset: -1 -6; }
+               image { normal: "ctxpopup_arrow_down.png"; }
             }
          }
       }