Skip to content

Commit

Permalink
Update SettingsCardPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Dec 22, 2024
1 parent addeca1 commit 45d5eee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Title="Border" d:DesignWidth="800"
Loaded="Page_Loaded" mc:Ignorable="d">
<StackPanel>
<local:ControlExample x:Name="Example1" HeaderText="A Series of SettingsCards">
<local:ControlExample x:Name="Example1" HeaderText="Simple SettingsCards">
<local:ControlExample.Example>
<ikw:SimpleStackPanel Spacing="4">
<ui:SettingsCard x:Name="settingsCard"
Expand Down Expand Up @@ -79,7 +79,7 @@
<Run FontWeight="Bold">false</Run>.
</TextBlock>

<local:ControlExample x:Name="Example2" HeaderText="A Series of Clickable SettingsCards">
<local:ControlExample x:Name="Example2" HeaderText="Clickable SettingsCards">
<local:ControlExample.Example>
<ikw:SimpleStackPanel Spacing="4">

Expand Down

0 comments on commit 45d5eee

Please sign in to comment.