Skip to content

Commit 350e859

Browse files
authored
Use Fluent Folder Glyph for Properties Dialog (#1234)
1 parent 3043116 commit 350e859

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Files/Views/Pages/Properties.xaml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,21 @@
7575
Height="80"
7676
HorizontalAlignment="Stretch"
7777
VerticalAlignment="Stretch">
78-
<FontIcon
79-
x:Name="FolderGlyphIcon"
80-
HorizontalAlignment="Left"
81-
VerticalAlignment="Stretch"
82-
x:Load="{x:Bind ViewModel.LoadFolderGlyph, Mode=OneWay}"
83-
FontFamily="Segoe MDL2 Assets"
84-
FontSize="70"
85-
Foreground="#ffe793"
86-
Glyph="&#xE8D5;" />
78+
<Image
79+
x:Name="FolderGlyphIcon"
80+
Width="70"
81+
Height="70"
82+
HorizontalAlignment="Stretch"
83+
VerticalAlignment="Stretch"
84+
x:Load="{x:Bind ViewModel.LoadFolderGlyph}"
85+
Stretch="Uniform">
86+
<Image.Source>
87+
<SvgImageSource
88+
RasterizePixelHeight="128"
89+
RasterizePixelWidth="128"
90+
UriSource="/Assets/FolderIcon.svg" />
91+
</Image.Source>
92+
</Image>
8793
<FontIcon
8894
x:Name="EmptyImageIcon"
8995
HorizontalAlignment="Left"

0 commit comments

Comments
 (0)