Skip to content

Commit

Permalink
change sample txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-o-Way committed May 27, 2023
1 parent d5c4c79 commit 69e0ac5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinUIGallery/ControlPages/DesignGuidance/IconsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@
</RichTextBlock>
<controls:SampleCodePresenter
SampleType="XAML"
CodeSourceFile="Icons/FontIconSample1_xaml.txt">
CodeSourceFile="Icons/FontIconSample2_xaml.txt">
</controls:SampleCodePresenter>
</StackPanel>
</labs:SettingsCard>
</labs:SettingsExpander.Items>
</labs:SettingsExpander>

<StackPanel Spacing="8" Grid.Row="2">
<StackPanel Grid.Row="2" Spacing="8" Margin="0,24,0,0">
<TextBlock
Style="{ThemeResource BodyStrongTextBlockStyle}"
Text="Fluent Icons Library" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Button Name="ExampleButton1">
<FontIcon Glyph="&#xE790;"/>
</Button>
2 changes: 2 additions & 0 deletions WinUIGallery/WinUIGallery.DesktopWap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
</ItemGroup>
<ItemGroup>
<None Remove="Assets\Tiles\GalleryIcon.ico" />
<None Remove="ControlPagesSampleCode\Icons\FontIconSample2_xaml.txt" />
<None Remove="ControlPagesSampleCode\Typography\TypographySample_xaml.txt" />
<None Remove="ControlPages\DesignGuidance\ColorsPage.xaml" />
<None Remove="ControlPages\InfoBadgePage.xaml" />
Expand Down Expand Up @@ -123,6 +124,7 @@
<Content Include="Assets\Tiles\TitlebarLogo.png" />
<Content Include="Assets\Typography.dark.png" />
<Content Include="Assets\Typography.light.png" />
<Content Include="ControlPagesSampleCode\Icons\FontIconSample2_xaml.txt" />
<Content Include="DataModel\IconsData.json" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 69e0ac5

Please sign in to comment.