diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index 834023ff25..03278f1d16 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -318,34 +318,32 @@ group { name: "e/gadget/luncher/icon"; } description { state: "on_left" 0.0; inherit: "default" 0.0; + align: 1.0 0.5; rel1.relative: 0.065 0.0; rel1.offset: 1 1; rel2.offset: -2 -1; } description { state: "on_top" 0.0; inherit: "default" 0.0; + align: 0.5 1.0; rel1.relative: 0.0 0.065; rel1.offset: 1 1; rel2.offset: -1 -2; } description { state: "on_right" 0.0; inherit: "default" 0.0; + align: 0.0 0.5; rel2.relative: 0.965 1.0; rel1.offset: 2 1; rel2.offset: -1 -1; } description { state: "on_bottom" 0.0; inherit: "default" 0.0; + align: 0.5 0.0; rel2.relative: 1.0 0.965; rel1.offset: 1 2; rel2.offset: -1 -1; } - description { state: "full" 0.0; - inherit: "default" 0.0; - visible: 1; - rel1.relative: -1.0 -1.0; - link.base: "e,state,zoom,full" "e"; - } } part { name: "obackground"; type: RECT; repeat_events: 1;