elementary/default.edc - modified ctxpopup arrow position to be more closed to box
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Mar 2011 10:53:09 +0000 (10:53 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Mar 2011 10:53:09 +0000 (10:53 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58029 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/default.edc

index 56095b8..c6700e1 100644 (file)
@@ -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"; }
             }
          }
       }