diff --git a/data/themes/default.edc b/data/themes/default.edc index 0c1526934..b7827137e 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -11032,7 +11032,7 @@ collections { /* begin the collection of edje groups that are in this file */ clip_to: "clipper"; type: SWALLOW; description { state: "default" 0.0; - rel1.offset: 1 1; + rel1.offset: 0 0; rel2 { relative: 0.0 0.0; offset: -1 -1; @@ -11050,11 +11050,11 @@ collections { /* begin the collection of edje groups that are in this file */ align: 1.0 0.0; rel1 { relative: 1.0 0.0; - offset: -2 1; + offset: -1 0; } rel2 { relative: 1.0 0.0; - offset: -2 -1; + offset: -1 -1; to_y: "sb_hbar"; } } @@ -11080,12 +11080,12 @@ collections { /* begin the collection of edje groups that are in this file */ color: 0 0 0 0; rel1 { relative: 0.0 1.0; - offset: 0 -2; + offset: 0 -1; to: "sb_vbar_a1"; } rel2 { relative: 1.0 0.0; - offset: -1 1; + offset: -1 0; to: "sb_vbar_a2"; } } @@ -11307,12 +11307,12 @@ collections { /* begin the collection of edje groups that are in this file */ color: 0 0 0 0; rel1 { relative: 1.0 0.0; - offset: -2 0; + offset: -1 0; to: "sb_hbar_a1"; } rel2 { relative: 0.0 1.0; - offset: 1 -1; + offset: 0 -1; to: "sb_hbar_a2"; } }