From: Kim Tae Soo Date: Tue, 24 Feb 2015 15:10:10 +0000 (+0900) Subject: Fix UI error X-Git-Tag: accepted/tizen/tv/20150225.005422^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae61f27252e32e6e2affde6bea01ba88ee951647;p=profile%2Ftv%2Fapps%2Fnative%2Fmusicplayer.git Fix UI error Change-Id: I617dc26ee30e95611c4491134d2fdbd488f9e467 Signed-off-by: Kim Tae Soo --- diff --git a/res/edc/widgets/button.edc b/res/edc/widgets/button.edc index 6c881c2..91d1b50 100644 --- a/res/edc/widgets/button.edc +++ b/res/edc/widgets/button.edc @@ -1285,7 +1285,7 @@ group { min: 252 84; image { normal: MUSIC_IMAGE_PLAYBACK_ROUNDT_ICON; - border: 4 4 4 4; + border: 2 2 2 2; border_scale: 1; } color: 255 255 255 255; @@ -1461,7 +1461,7 @@ group { min: 252 84; image { normal: MUSIC_IMAGE_PLAYBACK_ROUNDB_ICON; - border: 4 4 4 4; + border: 2 2 2 2; border_scale: 1; } color: 255 255 255 255; @@ -1973,7 +1973,7 @@ group { min: 214 62; image { normal: MUSIC_IMAGE_ADDBTN_BG_NORMAL; - border: 30 30 30 30; + border: 29 29 29 29; border_scale: 1; } } @@ -2301,7 +2301,7 @@ group { rel2.to: "padding_bg"; image { normal: MUSIC_IMAGE_PLAYBACK_ROUNDT_ICON; - border: 4 4 4 4; + border: 2 2 2 2; border_scale: 1; } } @@ -2373,7 +2373,7 @@ group { color: 255 255 255 255; image { normal: MUSIC_IMAGE_PLAYBACK_ROUNDB_ICON; - border: 4 4 4 4; + border: 2 2 2 2; border_scale: 1; } }