fix deskmirror pixel borders

T1005
This commit is contained in:
Mike Blumenkrantz 2014-02-21 15:26:55 -05:00
parent 61c69ebd95
commit 9330865db9
1 changed files with 9 additions and 9 deletions

View File

@ -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 {