From: Yurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics Date: Tue, 30 Jan 2024 12:36:16 +0000 (+0100) Subject: remove image visual X-Git-Tag: accepted/tizen/unified/20240222.163404~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=504a10a1233c23f340f59e44c525f34719bdfd63;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsettings.git remove image visual --- diff --git a/SettingCore/GadgetNavigation.cs b/SettingCore/GadgetNavigation.cs index 4a8768c..48ef88c 100644 --- a/SettingCore/GadgetNavigation.cs +++ b/SettingCore/GadgetNavigation.cs @@ -277,11 +277,6 @@ namespace SettingCore // remove buttons icon item.Remove(item.Children[0]); - var iconVisual = new ImageVisual - { - URL = System.IO.Path.Combine(Tizen.Applications.Application.Current.DirectoryInfo.Resource, moreMenuItem.IconPath), - FittingMode = FittingModeType.ScaleToFill, - }; var itemIcon = new ImageView { ResourceUrl = System.IO.Path.Combine(Tizen.Applications.Application.Current.DirectoryInfo.Resource, moreMenuItem.IconPath),