okra pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=277865c410783c657a835f6e853f2ded1f3122fd
commit 277865c410783c657a835f6e853f2ded1f3122fd Author: Stephen 'Okra' Houston <[email protected]> Date: Mon Jan 9 14:49:43 2017 -0600 Elm theme: Center previews again in the luncher theme. --- data/elementary/themes/edc/luncher.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index a457943..f36f7c8 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -551,8 +551,8 @@ group { name: "e/gadget/luncher/preview"; part { name: "base"; type: RECT; description { state: "default"; color: 255 255 255 0; - rel1.offset: -2 0; - rel2.offset: 0 0; + rel1.offset: 0 0; + rel2.offset: -2 0; link.base: "e,state,unfocused" "e"; link.transition: DECEL 0.1; } --
