elementary/default.edc - updated ctxpopup arrow.

to more precious positioning. 



SVN revision: 61262
This commit is contained in:
ChunEon Park 2011-07-12 03:45:12 +00:00
parent 398a24a50d
commit ee192b1a40
1 changed files with 29 additions and 29 deletions

View File

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