summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2014-02-21 15:26:55 -0500
committerMike Blumenkrantz <zmike@samsung.com>2014-02-21 16:44:09 -0500
commit7d537c780c27f154259d91e3bbdb8066007555a7 (patch)
tree5b8e97128abdf9bd6698fc2610b9cf1d4329119a
parentcd1a638f1c6d21364b0e2da3e3e0a6fd61b24f5b (diff)
downloadelementary-7d537c780c27f154259d91e3bbdb8066007555a7.tar.gz
fix deskmirror pixel borders
T1005
-rw-r--r--data/themes/edc/deskmirror.edc18
1 files changed, 9 insertions, 9 deletions
diff --git a/data/themes/edc/deskmirror.edc b/data/themes/edc/deskmirror.edc
index f09b915dc..d46402cce 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 {