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

Commit ee33183

Browse files
Missing style
1 parent b94fb00 commit ee33183

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@
166166
<ghfvs:ValidationMessage x:Name="pathValidationMessage"
167167
Grid.Row="4"
168168
Grid.Column="1"
169-
ValidatesControl="{Binding ElementName=localPathText}"
170-
ReactiveValidator="{Binding BaseRepositoryPathValidator, Mode=OneWay}" />
169+
Style="{DynamicResource InlineValidationMessage}"
170+
ValidatesControl="{Binding ElementName=localPathText}"
171+
ReactiveValidator="{Binding BaseRepositoryPathValidator, Mode=OneWay}" />
171172

172173
<Label Grid.Row="5"
173174
Grid.Column="0"

0 commit comments

Comments
 (0)