discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7d537c780c27f154259d91e3bbdb8066007555a7
commit 7d537c780c27f154259d91e3bbdb8066007555a7 Author: Mike Blumenkrantz <[email protected]> Date: Fri Feb 21 15:26:55 2014 -0500 fix deskmirror pixel borders T1005 --- data/themes/edc/deskmirror.edc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/themes/edc/deskmirror.edc b/data/themes/edc/deskmirror.edc index f09b915..d46402c 100644 --- a/data/themes/edc/deskmirror.edc +++ b/data/themes/edc/deskmirror.edc @@ -410,26 +410,26 @@ group { name: "e/deskmirror/frame/pixel"; parts { part { name: "client_clip"; type: RECT; description { state: "default" 0.0; - rel1.to_y: "e.swallow.client"; - rel2.to_y: "e.swallow.client"; - } - } - part { name: "e.swallow.client"; type: SWALLOW; - clip_to: "client_clip"; - description { state: "default" 0.0; + rel1.to: "e.swallow.client"; + rel2.to: "e.swallow.client"; } } part { name: "frame"; type: RECT; description { state: "default" 0.0; color: 0 0 0 255; - rel1.offset: -1 -1; - rel2.offset: 1 1; + rel2.offset: 0 0; } description { state: "focused" 0.0; inherit: "default" 0.0; color: 51 153 255 255; } } + part { name: "e.swallow.client"; type: SWALLOW; + clip_to: "client_clip"; + description { state: "default" 0.0; + rel1.offset: 1 1; + } + } } programs { program { --
