fix zoom focus rect sizing to be even on all sides

This commit is contained in:
Mike Blumenkrantz 2015-11-11 17:30:45 -05:00
parent 18f1fea269
commit 24f89c2361
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ collections {
rel1.to: "e.swallow.client";
rel1.offset: -2 -2;
rel2.to: "e.swallow.client";
rel2.offset: 2 2;
rel2.offset: 1 1;
visible: 0;
link.base: "e,state,unfocused" "e";
link.transition: LINEAR 0.2;