From: Tae-Hwan Kim Date: Wed, 5 Jun 2013 11:34:25 +0000 (+0900) Subject: [Focus] Fix focus scale X-Git-Tag: submit/tizen/20131004.114939~229 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b44d16ebfc954c792fd2d17bf669d3ac787a4e1c;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [Focus] Fix focus scale Change-Id: Ia70981776e6dbf3aaffa87868b3b382313c2dc09 Conflicts: themes/widgets/toolbar.edc --- diff --git a/themes/tizen.edc b/themes/tizen.edc index ae69693..d7c5df4 100644 --- a/themes/tizen.edc +++ b/themes/tizen.edc @@ -107,11 +107,13 @@ collections { mouse_events: 0; repeat_events: 1; ignore_flags: ON_HOLD; + scale: 1; description { state: "default" 0.0; visible: 0; image { normal: "00_focus.png"; border: 7 7 7 7; + border_scale: 1; } } description { state: "show" 0.0; diff --git a/themes/widgets/toolbar.edc b/themes/widgets/toolbar.edc index 200c97a..4e96694 100644 --- a/themes/widgets/toolbar.edc +++ b/themes/widgets/toolbar.edc @@ -1911,11 +1911,13 @@ group { name: "elm/toolbar/item/tabbar"; } part { name: "highlight"; type: IMAGE; + scale: 1; description { state: "default" 0.0; visible: 0; image { normal: "00_focus.png"; border: 8 8 8 8; + border_scale: 1; } } description { state: "highlighted" 0.0;