Skip to content

Commit

Permalink
fix : RichTextBox example error
Browse files Browse the repository at this point in the history
Closes #592
  • Loading branch information
a3305 committed Apr 23, 2023
1 parent ef5b1ad commit 02e52af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wpf.Ui.Gallery/Views/Pages/Text/RichTextBoxPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<controls:GalleryControlPresenter
Grid.Row="0"
Margin="0"
CodeText="&lt;PasswordBox /&gt;"
CodeText="&lt;RichTextBox /&gt;"
HeaderText="A simple RichTextBox">
<controls:GalleryControlPresenter.Content>
<RichTextBox />
Expand Down

0 comments on commit 02e52af

Please sign in to comment.