Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2f94c4c

Browse files
committed
Make WPF XAML compiler not crash.
Seems you can't assign text directly to the `Content` of a subclass of `UserControl`.
1 parent 6ffc20f commit 2f94c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/NotAGitHubRepositoryView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
</ResourceDictionary>
2222
</UserControl.Resources>
2323

24-
Not a GitHub repository.
24+
<TextBlock HorizontalAlignment="Center">Not a GitHub repository.</TextBlock>
2525
</local:GenericNotAGitHubRepositoryView>

0 commit comments

Comments
 (0)