Skip to content

Commit 19639e4

Browse files
authored
Update TreeViewPage.xaml.cs to use new icon change
1 parent fc132a7 commit 19639e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/TreeViewPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ private void NotifyPropertyChanged(String propertyName)
348348
349349
<DataTemplate x:Key=""FileTemplate"">
350350
<StackPanel Orientation=""Horizontal"">
351-
<Image Width=""20"" Source=""/Assets/file.png"" />
351+
<ui:FontIcon Icon=""{{x:Static ui:SegoeFluentIcons.Document}}"" FontSize=""20""/>
352352
<TextBlock Margin=""0,0,10,0"" />
353353
<TextBlock Text=""{{Binding Name}}"" />
354354
</StackPanel>

0 commit comments

Comments
 (0)