From 5debdff2768d96461751b8d04ad8148f51353c55 Mon Sep 17 00:00:00 2001 From: hermet Date: Wed, 23 Mar 2011 10:53:09 +0000 Subject: [PATCH] elementary/default.edc - modified ctxpopup arrow position to be more closed to box git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58029 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- data/themes/default.edc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 56095b8..c6700e1 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -7961,7 +7961,7 @@ collections { image: "icon_arrow_down.png" COMP; } parts { - part { name: "ctxpopup_arrow"; + part { name: "ctxpopup_arrow"; type: IMAGE; scale: 1; description { @@ -7976,29 +7976,33 @@ collections { min: 40 40; fixed: 1 1; align: 0.0 0.5; - image { normal: "icon_arrow_left.png"; - } + rel1 { offset: 7 0; } + rel1 { offset: 6 -1; } + image { normal: "icon_arrow_left.png"; } } description { state: "right" 0.0; min: 40 40; fixed: 1 1; align: 1.0 0.5; - image { normal: "icon_arrow_right.png"; - } + rel1 { offset: -7 0; } + rel2 { offset: -8 -1; } + image { normal: "icon_arrow_right.png"; } } description { state: "top" 0.0; min: 40 40; fixed: 1 1; align: 0.5 0.0; - image { normal: "icon_arrow_up.png"; - } + rel1 { offset: 0 7; } + rel2 { offset: -1 6; } + image { normal: "icon_arrow_up.png"; } } description { state: "bottom" 0.0; min: 40 40; fixed: 1 1; align: 0.5 1.0; - image { normal: "icon_arrow_down.png"; - } + rel1 { offset: 0 -7; } + rel2 { offset: -1 -8; } + image { normal: "icon_arrow_down.png"; } } } } -- 2.7.4