Skip to content

Commit

Permalink
Merge pull request #603 from zh3305/fix/issue592
Browse files Browse the repository at this point in the history
RichTextBox example error Fix issue #592
  • Loading branch information
pomianowski authored May 3, 2023
2 parents 2e4023a + 02e52af commit 54a9063
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 54a9063

Please sign in to comment.