elementary: Tweak elm wayland border focus to Fix T2575
authorChris Michael <cp.michael@samsung.com>
Thu, 16 Jul 2015 15:00:19 +0000 (11:00 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 16 Jul 2015 15:01:42 +0000 (11:01 -0400)
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 <cp.michael@samsung.com>
data/themes/edc/elm/border.edc

index 8d296ff..c1bcacd 100644 (file)
@@ -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;