[Focus] Fix focus scale
authorTae-Hwan Kim <the81.kim@samsung.com>
Wed, 5 Jun 2013 11:34:25 +0000 (20:34 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:38:39 +0000 (20:38 +0900)
Change-Id: Ia70981776e6dbf3aaffa87868b3b382313c2dc09

Conflicts:

themes/widgets/toolbar.edc

themes/tizen.edc
themes/widgets/toolbar.edc

index ae69693..d7c5df4 100644 (file)
@@ -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;
index 200c97a..4e96694 100644 (file)
@@ -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;