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

Commit 740796a

Browse files
committed
Enable spell check when creating a repository
1 parent 1baf474 commit 740796a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.VisualStudio/Views/Dialog/RepositoryCreationView.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
Grid.Column="1"
112112
MaxLength="{x:Static ghfvs:Constants.MaxRepositoryNameLength}"
113113
Text="{Binding RepositoryName, UpdateSourceTrigger=PropertyChanged}"
114+
SpellCheck.IsEnabled="True"
114115
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.RepositoryNameTextBox}" />
115116

116117
<StackPanel Grid.Row="1" Grid.Column="1">
@@ -132,6 +133,7 @@
132133
Grid.Row="2"
133134
Grid.Column="1"
134135
Text="{Binding Description, UpdateSourceTrigger=PropertyChanged}"
136+
SpellCheck.IsEnabled="True"
135137
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.RepositoryDescriptionTextBox}" />
136138

137139
<Label Grid.Row="3"

0 commit comments

Comments
 (0)