From: Heonjae Jang Date: Wed, 19 Apr 2017 05:18:17 +0000 (+0900) Subject: Fix Unfocused Aniamtion X-Git-Tag: submit/tizen/20170808.015446~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fc7ec70ba31363ad0ab8c6ee16790a93094743f;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Fix Unfocused Aniamtion Change-Id: I316e8d3a11ddf9835056e67699832a408db0ef62 Signed-off-by: Heonjae Jang --- diff --git a/TVApps/TVApps/Controls/AppItemCell.xaml.cs b/TVApps/TVApps/Controls/AppItemCell.xaml.cs index dfa5516..8681925 100755 --- a/TVApps/TVApps/Controls/AppItemCell.xaml.cs +++ b/TVApps/TVApps/Controls/AppItemCell.xaml.cs @@ -305,7 +305,7 @@ namespace TVApps.Controls if (IsChecked) { - DimImage.ScaleTo(1.0, 300); + DimImage.ScaleTo(1.02, 300); DimImage.TranslateTo(0.0, 0.0, 300); CheckImage.TranslateTo(0.0, 0.0, 300); }