devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5c74a15572a3c1c9bcd828b8a018581bbbb9dbc3
commit 5c74a15572a3c1c9bcd828b8a018581bbbb9dbc3 Author: Chris Michael <[email protected]> Date: Thu Jul 16 11:00:19 2015 -0400 elementary: Tweak elm wayland border focus to Fix T2575 Summary: This adjusts the focus frame of Elementary applications to more closely match what is done in X11. T2575 says that the focus rectangle was larger than expected by a few pixels, so this slight adjustment compensates for that. @fix Signed-off-by: Chris Michael <[email protected]> --- data/themes/edc/elm/border.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/edc/elm/border.edc b/data/themes/edc/elm/border.edc index 8d296ff..c1bcacd 100644 --- a/data/themes/edc/elm/border.edc +++ b/data/themes/edc/elm/border.edc @@ -816,8 +816,8 @@ group { name: "elm/border/base/default"; } part { name: "frame"; type: SPACER; description { state: "default" 0.0; - rel1.offset: 7 5; - rel2.offset: -8 -12; + rel1.offset: 5 5; + rel2.offset: -6 -12; } description { state: "max" 0.0; inherit: "default" 0.0; --
