Skip to content

Commit

Permalink
Merge pull request AvaloniaUI#349 from haekenssam/patch-1
Browse files Browse the repository at this point in the history
Update add-content-to-dialog.md
  • Loading branch information
maxkatz6 authored Feb 29, 2024
2 parents 13c37ca + 6f18603 commit baf8ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/music-store-app/add-content-to-dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To add the user control, follow this procedure:

```xml
<Window ...
xmlns:views="using:Avalonia.MusicStore.Views" >
xmlns:views="using:Avalonia.MusicStore" >
```

- Inside the panel element, add an element for new user control:
Expand Down

0 comments on commit baf8ce2

Please sign in to comment.