From: Jaehwan Kim Date: Tue, 9 Aug 2011 05:36:57 +0000 (+0900) Subject: [controlbar] add fill.smooth: 0 becuase of gl engine X-Git-Tag: 2.0_alpha~622^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40a20c421686e0e39d8132930a37a79feadac1f4;p=framework%2Fuifw%2Fefl-theme-tizen.git [controlbar] add fill.smooth: 0 becuase of gl engine Change-Id: Ie2e69b4d8962710e58b255a2843cc75455cfb2fd --- diff --git a/themes/groups/controlbar.edc b/themes/groups/controlbar.edc index 0a76b99..9d7a257 100644 --- a/themes/groups/controlbar.edc +++ b/themes/groups/controlbar.edc @@ -351,6 +351,7 @@ image.border: 2 2 3 2; color: 255 255 255 50; visible: 1; + fill.smooth: 0; } description{ state: "pressed_left" 0.0; @@ -359,6 +360,7 @@ image.border: 2 3 2 2; color: 255 255 255 50; visible: 1; + fill.smooth: 0; } description{ state: "pressed_right" 0.0; @@ -367,6 +369,7 @@ image.border: 3 2 2 2; color: 255 255 255 50; visible: 1; + fill.smooth: 0; } description{ state: "focused" 0.0; @@ -374,6 +377,7 @@ image.normal: "00_winset_tabbar_focus.png"; image.border: 2 2 3 2; visible: 1; + fill.smooth: 0; } description{ state: "focused_left" 0.0; @@ -381,6 +385,7 @@ image.normal: "00_winset_tabbar_focus_left.png"; image.border: 2 3 2 2; visible: 1; + fill.smooth: 0; } description{ state: "focused_right" 0.0; @@ -388,6 +393,7 @@ image.normal: "00_winset_tabbar_focus_right.png"; image.border: 3 2 2 2; visible: 1; + fill.smooth: 0; } description{ state: "toolbar_pressed" 0.0; @@ -397,6 +403,7 @@ image.normal: "00_winset_toolbar_press.png"; image.border: 2 2 2 2; visible: 1; + fill.smooth: 0; } } part{ @@ -624,18 +631,21 @@ visible: 1; image.normal: "00_winset_tabbar_focus.png"; image.border: 2 2 3 2; + fill.smooth: 0; } description{ state: "left" 0.0; visible: 1; image.normal: "00_winset_tabbar_focus_left.png"; image.border: 2 3 2 2; + fill.smooth: 0; } description{ state: "right" 0.0; visible: 1; image.normal: "00_winset_tabbar_focus_right.png"; image.border: 3 2 2 2; + fill.smooth: 0; } } }